Version to run on serve #1

Open
petr wants to merge 52 commits from petr/www.tagesschule-elementa.ch:mprofiag into standalone
Showing only changes of commit 2fbaa20b50 - Show all commits

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