Skip to content

Commit ed0afc3

Browse files
committed
feat(ente-auth): update compose
1 parent c87960e commit ed0afc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roles/ente_auth/templates/compose.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ services:
1919
- "{{ ente_auth_service_dir }}/museum.yml:/museum.yaml:ro"
2020
- "{{ ente_auth_data_dir }}/data:/data:ro"
2121
healthcheck:
22-
test: ["CMD", "curl", "--fail", "http://localhost:8080/ping"]
22+
test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:8080/ping"]
2323
interval: 60s
2424
timeout: 5s
2525
retries: 3
26-
start_period: 5s
26+
start_period: 120s
2727

2828
web:
2929
image: ghcr.io/ente-io/web:latest@sha256:f8891560d106b720d244cc78d307c5b6eb9719ee75ae5f811a6e30bc699794ee

0 commit comments

Comments
 (0)