Skip to content

Commit

Permalink
add new misp-core health check endpoint (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
UFOSmuggler authored Jun 26, 2024
1 parent ab79ea2 commit 1842fd5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,13 @@ services:
condition: service_healthy
db:
condition: service_healthy
# this is now disabled until we have a heartbeat endpoint with no side effects
# healthcheck:
# test: curl -ks https://localhost/users/login > /dev/null || exit 1
# interval: 2s
# timeout: 1s
# retries: 3
# start_period: 30s
# start_interval: 30s
healthcheck:
test: curl -ks https://localhost/users/heartbeat > /dev/null || exit 1
interval: 2s
timeout: 1s
retries: 3
start_period: 30s
start_interval: 30s
ports:
- "80:80"
- "443:443"
Expand Down

0 comments on commit 1842fd5

Please sign in to comment.