Easier to deploy by avoiding merge conflicts in production

This commit is contained in:
Pablo Barton
2021-03-30 09:28:13 -04:00
parent 32e2bea52c
commit d38efa9a9d
9 changed files with 186 additions and 14 deletions

View File

@ -20,6 +20,8 @@ services:
- pgdata:/var/lib/postgresql/data
networks:
- main
ports:
- 5432:5432
web:
build: .
env_file: .env