mirror of
https://github.com/Unleash/unleash.git
synced 2025-10-13 11:17:26 +02:00
parent
b32a64b0fa
commit
78698bc67f
@ -38,8 +38,6 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
|
||||||
- ./scripts:/scripts
|
|
||||||
command: [ "node", "index.js" ]
|
command: [ "node", "index.js" ]
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1
|
test: wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user