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:
|
||||
- db:/db-data
|
||||
app:
|
||||
image: cosme/babybuddy
|
||||
image: cdubzzz/babybuddy
|
||||
env_file:
|
||||
- /path/to/docker.env
|
||||
- docker.env
|
||||
command: gunicorn -c /app/gunicorn.py babybuddy.wsgi
|
||||
ports:
|
||||
- "8000:8000"
|
||||
|
|
Loading…
Reference in New Issue