style(docker): standardize quotes in docker-compose.yml and fix formatting
This commit is contained in:
parent
d1b36b85d4
commit
c33864ebc6
@ -1,4 +1,4 @@
|
|||||||
version: '3.8'
|
version: "3.8"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
@ -46,4 +46,4 @@ services:
|
|||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres_data:
|
postgres_data:
|
||||||
redis_data:
|
redis_data:
|
||||||
|
Loading…
Reference in New Issue
Block a user