Skip to content

Commit dfc5b2c

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
- 5432:5432
1111
volumes:
1212
- postgres-data:/var/lib/postgresql/data
13+
1314
backend:
1415
build:
1516
context: .
@@ -34,6 +35,7 @@ services:
3435
- index:/app/tmp
3536
- cargo-cache:/usr/local/cargo/registry
3637
- target-cache:/app/target
38+
3739
frontend:
3840
build:
3941
context: .

0 commit comments

Comments
 (0)