Skip to content

Commit 9b612b8

Browse files
tiangolosolidnerd
authored andcommitted
🔥 Remove healthcheck until it is built into the image and can be tested
1 parent d4df3f3 commit 9b612b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎docker-compose.swarm.yml‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ services:
7676
volumes:
7777
- gitlab-data:/home/git/data:Z
7878
- certs-data:/certs
79-
healthcheck:
80-
test: ["CMD", "/usr/local/sbin/healthcheck"]
81-
interval: 5m
82-
timeout: 10s
83-
retries: 3
84-
start_period: 5m
79+
# healthcheck:
80+
# test: ["CMD", "/usr/local/sbin/healthcheck"]
81+
# interval: 5m
82+
# timeout: 10s
83+
# retries: 3
84+
# start_period: 5m
8585
networks:
8686
# To communicate with other services in this stack
8787
- default

0 commit comments

Comments
 (0)