Skip to content

Commit 1842fd5

Browse files
authored
add new misp-core health check endpoint (#80)
1 parent ab79ea2 commit 1842fd5

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docker-compose.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,13 @@ services:
6262
condition: service_healthy
6363
db:
6464
condition: service_healthy
65-
# this is now disabled until we have a heartbeat endpoint with no side effects
66-
# healthcheck:
67-
# test: curl -ks https://localhost/users/login > /dev/null || exit 1
68-
# interval: 2s
69-
# timeout: 1s
70-
# retries: 3
71-
# start_period: 30s
72-
# start_interval: 30s
65+
healthcheck:
66+
test: curl -ks https://localhost/users/heartbeat > /dev/null || exit 1
67+
interval: 2s
68+
timeout: 1s
69+
retries: 3
70+
start_period: 30s
71+
start_interval: 30s
7372
ports:
7473
- "80:80"
7574
- "443:443"

0 commit comments

Comments
 (0)