mirror of https://github.com/snachodog/mybuddy.git
Use cdubzzz Docker build connected to repo.
This commit is contained in:
parent
5ba0e66e8b
commit
6e848b0880
|
@ -8,9 +8,9 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- db:/db-data
|
- db:/db-data
|
||||||
app:
|
app:
|
||||||
image: cosme/babybuddy
|
image: cdubzzz/babybuddy
|
||||||
env_file:
|
env_file:
|
||||||
- /path/to/docker.env
|
- docker.env
|
||||||
command: gunicorn -c /app/gunicorn.py babybuddy.wsgi
|
command: gunicorn -c /app/gunicorn.py babybuddy.wsgi
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
Loading…
Reference in New Issue