Skip to content

Commit

Permalink
more timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
thecristen committed Aug 6, 2024
1 parent 1b5a043 commit 562a726
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions deploy/dev-standalone.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
services:
redis:
network_mode: host
image: grokzen/redis-cluster
container_name: redis
restart: on-failure
Expand All @@ -17,7 +16,6 @@ services:
retries: 5
start_period: 5s
dotcom:
network_mode: host
depends_on:
- redis
build:
Expand All @@ -40,8 +38,8 @@ services:
healthcheck:
test: curl --fail http://localhost:4001/_health || exit 1
interval: 15s
retries: 5
start_period: 100s
timeout: 30s
retries: 10
start_period: 180s
timeout: 60s
volumes:
- ../:/app

0 comments on commit 562a726

Please sign in to comment.