mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore(docker): format compose.yml and compose.cn.yml files
This commit is contained in:
parent
433cabebc4
commit
ae2d4c6482
@ -73,7 +73,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- judge4c
|
- judge4c
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
|
test: [ "CMD-SHELL", "pg_isready -U postgres -d postgres" ]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
retries: 20
|
retries: 20
|
||||||
|
@ -73,7 +73,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- judge4c
|
- judge4c
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U postgres -d postgres"]
|
test: [ "CMD-SHELL", "pg_isready -U postgres -d postgres" ]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 2s
|
timeout: 2s
|
||||||
retries: 20
|
retries: 20
|
||||||
|
Loading…
Reference in New Issue
Block a user