This commit is contained in:
@@ -3,16 +3,4 @@ services:
|
|||||||
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
|
command: gunicorn -b 0.0.0.0:8000 website.wsgi:application
|
||||||
volumes:
|
volumes:
|
||||||
- ./src:/src
|
- ./src:/src
|
||||||
env_file:
|
|
||||||
- path: .env.template
|
|
||||||
required: true
|
|
||||||
- path: .env
|
|
||||||
required: false
|
|
||||||
|
|
||||||
db:
|
|
||||||
env_file:
|
|
||||||
- path: .env.template
|
|
||||||
required: true
|
|
||||||
- path: .env
|
|
||||||
required: false
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
services:
|
|
||||||
web:
|
|
||||||
env_file:
|
|
||||||
- path: .env
|
|
||||||
required: true
|
|
||||||
|
|
||||||
db:
|
|
||||||
env_file:
|
|
||||||
- path: .env
|
|
||||||
required: true
|
|
||||||
|
|||||||
@@ -2,12 +2,4 @@ services:
|
|||||||
web:
|
web:
|
||||||
command: python -Wa manage.py test --noinput --parallel
|
command: python -Wa manage.py test --noinput --parallel
|
||||||
restart: "no"
|
restart: "no"
|
||||||
env_file:
|
|
||||||
- path: .env.template
|
|
||||||
required: true
|
|
||||||
|
|
||||||
db:
|
|
||||||
env_file:
|
|
||||||
- path: .env.template
|
|
||||||
required: true
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user