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