diff --git a/docker-compose.yml b/docker-compose.yml index fce5307e2..b69cab35f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,13 +9,13 @@ services: - GRAPHQL_MODE=true restart: always labels: - - "autoheal=true" + - 'autoheal=true' volumes: - ./config:/usr/src/app/config - ./config:/usr/src/app/build/config - ./logs-graph-ql:/usr/src/app/logs healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:4000/health"] + test: ['CMD', 'curl', '-f', 'http://localhost:4001/health'] interval: 30s timeout: 10s retries: 5 @@ -35,13 +35,13 @@ services: - GRAPHQL_MODE=true restart: always labels: - - "autoheal=true" + - 'autoheal=true' volumes: - ./config:/usr/src/app/config - ./config:/usr/src/app/build/config - ./logs-graph-ql:/usr/src/app/logs healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:4000/health"] + test: ['CMD', 'curl', '-f', 'http://localhost:4002/health'] interval: 30s timeout: 10s retries: 5 @@ -61,13 +61,13 @@ services: - GRAPHQL_MODE=true restart: always labels: - - "autoheal=true" + - 'autoheal=true' volumes: - ./config:/usr/src/app/config - ./config:/usr/src/app/build/config - ./logs-graph-ql:/usr/src/app/logs healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:4000/health"] + test: ['CMD', 'curl', '-f', 'http://localhost:4003/health'] interval: 30s timeout: 10s retries: 5 @@ -147,4 +147,4 @@ volumes: networks: qacc: name: qacc-be_qacc - external: true \ No newline at end of file + external: true