Update examples (#20)

This commit is contained in:
Alexis Saettler 2020-07-05 14:22:09 +02:00 committed by GitHub
parent 9567576624
commit 1988b4de41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ version: "3.4"
services:
app:
build: ./app
image: monica-app
depends_on:
- db
env_file: .env
@ -12,6 +13,7 @@ services:
web:
build: ./web
image: monica-web
restart: always
ports:
- 80:80