Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ RUN chmod +x /usr/local/bin/docker-entrypoint.sh
EXPOSE 8000

# Health check
HEALTHCHECK --interval=30s --timeout=3s --start-period=30s --retries=3 \
HEALTHCHECK --interval=30s --timeout=3s --start-period=90s --retries=3 \
CMD curl -f http://localhost:8000/health || exit 1

# FrankenPHP handles graceful shutdown via SIGTERM
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
interval: 30s
timeout: 3s
retries: 3
start_period: 30s
start_period: 90s

horizon:
build:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ services:
interval: 30s
timeout: 3s
retries: 3
start_period: 30s
start_period: 90s

horizon:
image: ghcr.io/pricorephp/pricore:latest
Expand Down