chore: comment out healthcheck sections for zipline-db and zipline services in compose.yaml
This commit is contained in:
parent
8f0d3d6b36
commit
1c76819412
@ -13,11 +13,11 @@ services:
|
|||||||
POSTGRES_DB: ${POSTGRESQL_DB:-zipline}
|
POSTGRES_DB: ${POSTGRESQL_DB:-zipline}
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/appdata/zipline/data/pgdata:/var/lib/postgresql/data
|
- /mnt/appdata/zipline/data/pgdata:/var/lib/postgresql/data
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ['CMD', 'pg_isready', '-U', 'zipline']
|
# test: ['CMD', 'pg_isready', '-U', 'zipline']
|
||||||
interval: 10s
|
# interval: 10s
|
||||||
timeout: 5s
|
# timeout: 5s
|
||||||
retries: 5
|
# retries: 5
|
||||||
|
|
||||||
zipline:
|
zipline:
|
||||||
image: ghcr.io/diced/zipline
|
image: ghcr.io/diced/zipline
|
||||||
@ -43,11 +43,11 @@ services:
|
|||||||
- "traefik.http.routers.zipline.tls=true"
|
- "traefik.http.routers.zipline.tls=true"
|
||||||
- "traefik.http.routers.zipline.tls.certresolver=cloudflare"
|
- "traefik.http.routers.zipline.tls.certresolver=cloudflare"
|
||||||
- "traefik.http.services.zipline.loadbalancer.server.port=3000"
|
- "traefik.http.services.zipline.loadbalancer.server.port=3000"
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD-SHELL", "curl -f http://localhost:3000/api/healthcheck || exit 1"]
|
# test: ["CMD-SHELL", "curl -f http://localhost:3000/api/healthcheck || exit 1"]
|
||||||
interval: 10s
|
# interval: 10s
|
||||||
timeout: 5s
|
# timeout: 5s
|
||||||
retries: 3
|
# retries: 3
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
proxy-net:
|
proxy-net:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user