Skip to content

Commit 8a9b3ef

Browse files
tamalsahaknadh
authored andcommitted
Fix indentation of docker-compose file
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent a266027 commit 8a9b3ef

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docker-compose.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ x-app-defaults: &app-defaults
1313
- listmonk
1414

1515
x-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

2727
services:
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

4949
networks:

0 commit comments

Comments
 (0)