Update examples (#20)
This commit is contained in:
parent
9567576624
commit
1988b4de41
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user