Remove empty section in Docker
This commit is contained in:
parent
541894d927
commit
31ab33d6f2
|
@ -6,8 +6,6 @@ services:
|
||||||
build: ${PORTAINER_GIT_DIR}/docker/prod
|
build: ${PORTAINER_GIT_DIR}/docker/prod
|
||||||
volumes:
|
volumes:
|
||||||
- ${PORTAINER_GIT_DIR}:/code
|
- ${PORTAINER_GIT_DIR}:/code
|
||||||
# - ${PORTAINER_GIT_DIR}/docker/prod/uwsgi.ini:/conf/uwsgi.ini
|
|
||||||
# - ${APP_LOCAL_SETTINGS}:/code/app/local_settings.py
|
|
||||||
- ${APP_DATABASE_FILE}:/code/db.sqlite3
|
- ${APP_DATABASE_FILE}:/code/db.sqlite3
|
||||||
#ports:
|
#ports:
|
||||||
# - "8000:8000" # uwsgi socket
|
# - "8000:8000" # uwsgi socket
|
||||||
|
|
Loading…
Reference in New Issue