Browse Source

Disable healthcheck until we know the proper URL to call/check

Sylvain Huguet 1 year ago
parent
commit
5e1d6a7db3
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docker-compose.yml

+ 6 - 6
docker-compose.yml

@@ -17,9 +17,9 @@ services:
     volumes:
       - ./config:/opt/puter/app/volatile/config
       - ./data:/opt/puter/app/volatile/runtime
-    healthcheck:
-      test: wget --no-verbose --tries=1 --spider http://localhost:4100 || exit 1
-      interval: 5m
-      timeout: 3s
-      retries: 3
-      start_period: 2m
+    # healthcheck:
+    #   test: wget --no-verbose --tries=1 --spider http://localhost:4100 || exit 1
+    #   interval: 5m
+    #   timeout: 3s
+    #   retries: 3
+    #   start_period: 2m