This commit is contained in:
Petr Šnobl
2020-04-08 21:52:09 +02:00
parent 0cb9122f2d
commit 2fbaa20b50

View File

@@ -2,6 +2,7 @@ version: '3'
services:
web:
restart: always
build: "."
links:
- "db:postgres"
@@ -18,6 +19,7 @@ services:
env_file:
- ./.env
db:
restart: always
image: postgres:9.6-alpine
env_file:
- ./.env-db