File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ x-app-defaults: &app-defaults
1313 - listmonk
1414
1515x-db-defaults : &db-defaults
16- image : postgres:11
17- ports :
18- - " 9432:5432"
19- networks :
20- - listmonk
21- environment :
22- - POSTGRES_PASSWORD=listmonk
23- - POSTGRES_USER=listmonk
24- - POSTGRES_DB=listmonk
25- restart : unless-stopped
16+ image : postgres:11
17+ ports :
18+ - " 9432:5432"
19+ networks :
20+ - listmonk
21+ environment :
22+ - POSTGRES_PASSWORD=listmonk
23+ - POSTGRES_USER=listmonk
24+ - POSTGRES_DB=listmonk
25+ restart : unless-stopped
2626
2727services :
2828 db :
@@ -43,7 +43,7 @@ services:
4343 demo-app :
4444 << : *app-defaults
4545 command : [sh, -c, "yes | ./listmonk --install --config config-demo.toml && ./listmonk --config config-demo.toml"]
46- depends_on :
46+ depends_on :
4747 - demo-db
4848
4949networks :
You can’t perform that action at this time.
0 commit comments