forked from TagesschuleElementa/www.tagesschule-elementa.ch
restart
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user