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: services:
app: app:
build: ./app build: ./app
image: monica-app
depends_on: depends_on:
- db - db
env_file: .env env_file: .env
@ -12,6 +13,7 @@ services:
web: web:
build: ./web build: ./web
image: monica-web
restart: always restart: always
ports: ports:
- 80:80 - 80:80