Update docker-compose.yml

This commit is contained in:
Paul Calabro 2019-10-04 02:46:02 -07:00 committed by Christopher Charbonneau Wells
parent ab0a5deb45
commit 24da8ad941
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ services:
environment:
- PGDATA=/db-data
volumes:
- db_data:/db-data:rw
- db:/db-data:rw
app:
image: cdubzzz/babybuddy
env_file:
@ -18,8 +18,8 @@ services:
depends_on:
- db
volumes:
- app_data:/app:rw
- app:/app:rw
volumes:
app_data: {}
db_data: {}
app: {}
db: {}