Skip to content

Commit 324bf5e

Browse files
committed
docker: Add blank lines between services
to make the file a bit easier on the eyes ;)
1 parent a124906 commit 324bf5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
version: "3"
2+
23
services:
34
postgres:
45
image: postgres:9.6
@@ -10,6 +11,7 @@ services:
1011
- 5432:5432
1112
volumes:
1213
- postgres-data:/var/lib/postgresql/data
14+
1315
backend:
1416
build:
1517
context: .
@@ -34,6 +36,7 @@ services:
3436
- index:/app/tmp
3537
- cargo-cache:/usr/local/cargo/registry
3638
- target-cache:/app/target
39+
3740
frontend:
3841
build:
3942
context: .

0 commit comments

Comments
 (0)