Skip to content

Commit

Permalink
Increase healthcheck time
Browse files Browse the repository at this point in the history
  • Loading branch information
blacksmith-welder committed Aug 29, 2024
1 parent 0ed1932 commit a80873e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ services:
app:
image: archivesspace/archivesspace:latest
container_name: archivesspace
restart: on-failure
ports:
- "8080:8080"
- "8081:8081"
Expand All @@ -26,14 +25,14 @@ services:
DB_USER: as
DB_PASS: as123
SOLR_URL: http://solr:8983/solr/archivesspace
volumes:
- ./aspace/plugins:/archivesspace/plugins
- ./aspace/config:/archivesspace/config
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"]
interval: 30s
timeout: 10s
timeout: 60s
retries: 5
volumes:
- ./aspace/plugins:/archivesspace/plugins
- ./aspace/config:/archivesspace/config
db:
image: mysql:8
cap_add:
Expand Down

0 comments on commit a80873e

Please sign in to comment.