Skip to content

Commit 24a6e7d

Browse files
author
Mike Holloway
committed
comment healthcheck by default, until user configures webserver
1 parent 289baab commit 24a6e7d

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

docker-compose-swarmstack.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,11 @@ services:
5151
memory: 512M
5252
reservations:
5353
memory: 384M
54-
healthcheck:
55-
test: "/usr/bin/curl -s -I -X GET http://localhost:3141"
56-
interval: 25s
57-
timeout: 2s
58-
start-period: 30s
54+
#Add after enabling errbot webserver
55+
#healthcheck:
56+
# test: "/usr/bin/curl -s -I -X GET http://localhost:3141"
57+
# interval: 25s
58+
# timeout: 2s
59+
# start-period: 30s
5960
volumes:
6061
- errbot-data:/err/data

docker-compose.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,12 @@ services:
3939
memory: 512M
4040
reservations:
4141
memory: 384M
42-
healthcheck:
43-
test: "/usr/bin/curl -s -I -X GET http://localhost:3141"
44-
interval: 25s
45-
timeout: 3s
46-
start-period: 30s
42+
#Add after enabling errbot webserver
43+
#healthcheck:
44+
# test: "/usr/bin/curl -s -I -X GET http://localhost:3141"
45+
# interval: 25s
46+
# timeout: 3s
47+
# start-period: 30s
4748
ports:
4849
- "3141:3141"
4950
volumes:

0 commit comments

Comments
 (0)