Merge pull request #312 from tamalsaha/fmt3
Fix indentation of docker-compose file
This commit is contained in:
commit
f8f074cb95
|
@ -13,16 +13,16 @@ x-app-defaults: &app-defaults
|
||||||
- listmonk
|
- listmonk
|
||||||
|
|
||||||
x-db-defaults: &db-defaults
|
x-db-defaults: &db-defaults
|
||||||
image: postgres:11
|
image: postgres:11
|
||||||
ports:
|
ports:
|
||||||
- "9432:5432"
|
- "9432:5432"
|
||||||
networks:
|
networks:
|
||||||
- listmonk
|
- listmonk
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_PASSWORD=listmonk
|
- POSTGRES_PASSWORD=listmonk
|
||||||
- POSTGRES_USER=listmonk
|
- POSTGRES_USER=listmonk
|
||||||
- POSTGRES_DB=listmonk
|
- POSTGRES_DB=listmonk
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
|
|
Loading…
Reference in New Issue