Skip to content

Commit b829090

Browse files
committed
Develop: Increase stop_grace_period in compose.yaml service configs
Signed-off-by: Michael Mayer <michael@photoprism.app>
1 parent f994662 commit b829090

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ services:
336336
## Dummy WebDAV Server
337337
dummy-webdav:
338338
image: photoprism/dummy-webdav:240627
339-
stop_grace_period: 15s
339+
stop_grace_period: 30s
340340
environment:
341341
WEBDAV_USERNAME: admin
342342
WEBDAV_PASSWORD: photoprism
@@ -353,7 +353,7 @@ services:
353353
## Dummy OIDC Identity Provider
354354
dummy-oidc:
355355
image: photoprism/dummy-oidc:240627
356-
stop_grace_period: 15s
356+
stop_grace_period: 30s
357357
labels:
358358
- "traefik.enable=true"
359359
- "traefik.http.services.dummy-oidc.loadbalancer.server.port=9998"
@@ -388,7 +388,7 @@ services:
388388
## Login with "user / photoprism" and "admin / photoprism".
389389
keycloak:
390390
image: quay.io/keycloak/keycloak:25.0
391-
stop_grace_period: 15s
391+
stop_grace_period: 30s
392392
command: "start-dev" # development mode, do not use this in production!
393393
links:
394394
- "traefik:localssl.dev"

0 commit comments

Comments
 (0)