fix: hc from localhost to 127.0.0.1

This commit is contained in:
Andras Bacsai 2024-05-17 10:11:55 +02:00
parent 70a4b7c863
commit e2ba5abe76
64 changed files with 138 additions and 138 deletions

View File

@ -32,7 +32,7 @@ services:
redis: redis:
condition: service_started condition: service_started
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -16,7 +16,7 @@ services:
volumes: volumes:
- stacks-data:/appsmith-stacks - stacks-data:/appsmith-stacks
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -15,7 +15,7 @@ services:
volumes: volumes:
- babybuddy-config:/config - babybuddy-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -13,7 +13,7 @@ services:
volumes: volumes:
- budge-config:/config - budge-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -17,7 +17,7 @@ services:
depends_on: depends_on:
- mariadb - mariadb
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://127.0.0.1"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 10 retries: 10

View File

@ -17,7 +17,7 @@ services:
depends_on: depends_on:
- mysql - mysql
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://127.0.0.1"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 10 retries: 10
@ -31,7 +31,7 @@ services:
- MYSQL_USER=$SERVICE_USER_CLASSICPRESS - MYSQL_USER=$SERVICE_USER_CLASSICPRESS
- MYSQL_PASSWORD=$SERVICE_PASSWORD_CLASSICPRESS - MYSQL_PASSWORD=$SERVICE_PASSWORD_CLASSICPRESS
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -11,7 +11,7 @@ services:
environment: environment:
- SERVICE_FQDN_CLASSICPRESS - SERVICE_FQDN_CLASSICPRESS
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://127.0.0.1"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 10 retries: 10

View File

@ -18,7 +18,7 @@ services:
volumes: volumes:
- code-server-config:/config - code-server-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8443"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8443"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -11,7 +11,7 @@ services:
volumes: volumes:
- dashboard-data:/app/data - dashboard-data:/app/data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -26,7 +26,7 @@ services:
- REDIS_PORT=6379 - REDIS_PORT=6379
- WEBSOCKETS_ENABLED=true - WEBSOCKETS_ENABLED=true
healthcheck: healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8055/admin/login"] test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8055/admin/login"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -22,7 +22,7 @@ services:
- WEBSOCKETS_ENABLED=true - WEBSOCKETS_ENABLED=true
healthcheck: healthcheck:
test: test:
["CMD", "wget", "-q", "--spider", "http://localhost:8055/admin/login"] ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8055/admin/login"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -14,7 +14,7 @@ services:
volumes: volumes:
- dokuwiki-config:/config - dokuwiki-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -16,7 +16,7 @@ services:
- duplicati-config:/config - duplicati-config:/config
- duplicati-backups:/backups - duplicati-backups:/backups
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8200"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8200"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -17,7 +17,7 @@ services:
- emby-tvshows:/tvshows - emby-tvshows:/tvshows
- emby-movies:/movies - emby-movies:/movies
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8096"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8096"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -14,7 +14,7 @@ services:
volumes: volumes:
- embystat-config:/config - embystat-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:6555"] test: ["CMD", "curl", "-f", "http://127.0.0.1:6555"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -20,7 +20,7 @@ services:
read_only: true read_only: true
content: "{}" content: "{}"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -21,7 +21,7 @@ services:
volumes: volumes:
- firefly-upload:/var/www/html/storage/upload - firefly-upload:/var/www/html/storage/upload
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10
@ -42,7 +42,7 @@ services:
"mysqladmin", "mysqladmin",
"ping", "ping",
"-h", "-h",
"localhost", "127.0.0.1",
"-uroot", "-uroot",
"-p${SERVICE_PASSWORD_MYSQLROOT}", "-p${SERVICE_PASSWORD_MYSQLROOT}",
] ]

View File

@ -42,7 +42,7 @@ services:
postgresql: postgresql:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -41,7 +41,7 @@ services:
- MYSQL_DATABASE=${MYSQL_DATABASE} - MYSQL_DATABASE=${MYSQL_DATABASE}
- MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_MYSQLROOT} - MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_MYSQLROOT}
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -25,7 +25,7 @@ services:
mariadb: mariadb:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -25,7 +25,7 @@ services:
mysql: mysql:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15
@ -40,7 +40,7 @@ services:
- MYSQL_DATABASE=${MYSQL_DATABASE} - MYSQL_DATABASE=${MYSQL_DATABASE}
- MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_MYSQLROOT} - MYSQL_ROOT_PASSWORD=${SERVICE_PASSWORD_MYSQLROOT}
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -25,7 +25,7 @@ services:
postgresql: postgresql:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -17,7 +17,7 @@ services:
- gitea-timezone:/etc/timezone:ro - gitea-timezone:/etc/timezone:ro
- gitea-localtime:/etc/localtime:ro - gitea-localtime:/etc/localtime:ro
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -20,7 +20,7 @@ services:
volumes: volumes:
- grafana-data:/var/lib/grafana - grafana-data:/var/lib/grafana
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/api/health"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -15,7 +15,7 @@ services:
volumes: volumes:
- grafana-data:/var/lib/grafana - grafana-data:/var/lib/grafana
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/api/health"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -14,7 +14,7 @@ services:
volumes: volumes:
- grocy-config:/config - grocy-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -13,7 +13,7 @@ services:
volumes: volumes:
- heimdall-config:/config - heimdall-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -23,7 +23,7 @@ services:
- DB_USERNAME=${SERVICE_USER_MYSQL} - DB_USERNAME=${SERVICE_USER_MYSQL}
- DB_PASSWORD=${SERVICE_PASSWORD_MYSQL} - DB_PASSWORD=${SERVICE_PASSWORD_MYSQL}
healthcheck: healthcheck:
test: ['CMD', 'curl', '-f', 'http://localhost:9000'] test: ['CMD', 'curl', '-f', 'http://127.0.0.1:9000']
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10
@ -94,7 +94,7 @@ services:
"mysqladmin", "mysqladmin",
"ping", "ping",
"-h", "-h",
"localhost", "127.0.0.1",
"-uroot", "-uroot",
"-p${SERVICE_PASSWORD_MYSQLROOT}", "-p${SERVICE_PASSWORD_MYSQLROOT}",
] ]

View File

@ -18,7 +18,7 @@ services:
- jellyfin-tvshows:/data/tvshows - jellyfin-tvshows:/data/tvshows
- jellyfin-movies:/data/movies - jellyfin-movies:/data/movies
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8096"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8096"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -18,7 +18,7 @@ services:
elasticsearch: elasticsearch:
image: kuzzleio/elasticsearch:7 image: kuzzleio/elasticsearch:7
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9200" ] test: [ "CMD", "curl", "-f", "http://127.0.0.1:9200" ]
interval: 2s interval: 2s
timeout: 2s timeout: 2s
retries: 10 retries: 10
@ -51,7 +51,7 @@ services:
sysctls: sysctls:
- net.core.somaxconn=8192 - net.core.somaxconn=8192
healthcheck: healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:7512/_healthcheck" ] test: [ "CMD", "curl", "-f", "http://127.0.0.1:7512/_healthcheck" ]
timeout: 1s timeout: 1s
interval: 2s interval: 2s
retries: 30 retries: 30

View File

@ -18,7 +18,7 @@ services:
- ENDPOINT=$LOGTO_ENDPOINT - ENDPOINT=$LOGTO_ENDPOINT
- ADMIN_ENDPOINT=$LOGTO_ADMIN_ENDPOINT - ADMIN_ENDPOINT=$LOGTO_ADMIN_ENDPOINT
healthcheck: healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:3002"] test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:3002"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -15,7 +15,7 @@ services:
volumes: volumes:
- meilisearch-data:/meili_data - meilisearch-data:/meili_data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:7700/health"] test: ["CMD", "curl", "-f", "http://127.0.0.1:7700/health"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -18,7 +18,7 @@ services:
- MB_DB_USER=$SERVICE_USER_POSTGRESQL - MB_DB_USER=$SERVICE_USER_POSTGRESQL
- MB_DB_PASS=$SERVICE_PASSWORD_POSTGRESQL - MB_DB_PASS=$SERVICE_PASSWORD_POSTGRESQL
healthcheck: healthcheck:
test: curl --fail -I http://localhost:3000/api/health || exit 1 test: curl --fail -I http://127.0.0.1:3000/api/health || exit 1
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -13,7 +13,7 @@ services:
volumes: volumes:
- metube-downloads:/downloads - metube-downloads:/downloads
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8081"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8081"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -15,7 +15,7 @@ services:
volumes: volumes:
- minio-data:/data - minio-data:/data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] test: ["CMD", "curl", "-f", "http://127.0.0.1:9000/minio/health/live"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -27,7 +27,7 @@ services:
postgresql: postgresql:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:5678/"] test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:5678/"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -17,7 +17,7 @@ services:
volumes: volumes:
- n8n-data:/home/node/.n8n - n8n-data:/home/node/.n8n
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:5678/"] test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:5678/"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -12,7 +12,7 @@ services:
- ALLOWED_REMOTE_DOMAINS=${ALLOWED_REMOTE_DOMAINS:-*} - ALLOWED_REMOTE_DOMAINS=${ALLOWED_REMOTE_DOMAINS:-*}
- IMGPROXY_URL=${IMGPROXY_URL:-http://imgproxy:8080} - IMGPROXY_URL=${IMGPROXY_URL:-http://imgproxy:8080}
healthcheck: healthcheck:
test: "wget -qO- http://localhost:3000/health || exit 1" test: "wget -qO- http://127.0.0.1:3000/health || exit 1"
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 5 retries: 5

View File

@ -15,7 +15,7 @@ services:
- nextcloud-config:/config - nextcloud-config:/config
- nextcloud-data:/data - nextcloud-data:/data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -12,7 +12,7 @@ services:
volumes: volumes:
- nocodb-data:/usr/app/data/ - nocodb-data:/usr/app/data/
healthcheck: healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080"] test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -15,7 +15,7 @@ services:
volumes: volumes:
- odoo-web-data:/var/lib/odoo - odoo-web-data:/var/lib/odoo
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8069"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8069"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 30 retries: 30

View File

@ -15,7 +15,7 @@ services:
volumes: volumes:
- openblocks-data:/openblocks-stacks - openblocks-data:/openblocks-stacks
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/health"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -13,7 +13,7 @@ services:
- TZ=Europe/Madrid - TZ=Europe/Madrid
- DEBUG_MODE=false - DEBUG_MODE=false
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -14,7 +14,7 @@ services:
- SERVICE_FQDN_FRONTEND - SERVICE_FQDN_FRONTEND
- PENPOT_FLAGS=${PENPOT_FRONTEND_FLAGS:-enable-login-with-password} - PENPOT_FLAGS=${PENPOT_FRONTEND_FLAGS:-enable-login-with-password}
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15
@ -48,7 +48,7 @@ services:
- PENPOT_SMTP_TLS=${PENPOT_SMTP_TLS:-false} - PENPOT_SMTP_TLS=${PENPOT_SMTP_TLS:-false}
- PENPOT_SMTP_SSL=${PENPOT_SMTP_SSL:-false} - PENPOT_SMTP_SSL=${PENPOT_SMTP_SSL:-false}
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:6060"] test: ["CMD", "curl", "-f", "http://127.0.0.1:6060"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -16,7 +16,7 @@ services:
volumes: volumes:
- phpmyadmin-config:/config - phpmyadmin-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -51,7 +51,7 @@ services:
volumes: volumes:
- minio-data:/data - minio-data:/data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9000/minio/health/live"] test: ["CMD", "curl", "-f", "http://127.0.0.1:9000/minio/health/live"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -14,7 +14,7 @@ services:
volumes: volumes:
- shlink-data:/etc/shlink/data - shlink-data:/etc/shlink/data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/rest/v3/health"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8080/rest/v3/health"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15
@ -25,7 +25,7 @@ services:
- SHLINK_SERVER_API_KEY=${SERVICE_BASE64_SHLINKAPIKEY} - SHLINK_SERVER_API_KEY=${SERVICE_BASE64_SHLINKAPIKEY}
- SHLINK_SERVER_URL=${SERVICE_FQDN_SHLINK} - SHLINK_SERVER_URL=${SERVICE_FQDN_SHLINK}
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -11,7 +11,7 @@ services:
volumes: volumes:
- slash-data:/var/opt/slash - slash-data:/var/opt/slash
healthcheck: healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:5231"] test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:5231"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -13,7 +13,7 @@ services:
volumes: volumes:
- snapdrop-config:/config - snapdrop-config:/config
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -16,7 +16,7 @@ services:
- SERVICE_FQDN_SPDF_8080 - SERVICE_FQDN_SPDF_8080
- DOCKER_ENABLE_SECURITY=false - DOCKER_ENABLE_SECURITY=false
healthcheck: healthcheck:
test: 'curl --fail -I http://localhost:8080 || exit 1' test: 'curl --fail -I http://127.0.0.1:8080 || exit 1'
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -285,7 +285,7 @@ services:
"CMD", "CMD",
"node", "node",
"-e", "-e",
"require('http').get('http://localhost:3000/api/profile', (r) => {if (r.statusCode !== 200) throw new Error(r.statusCode)})", "require('http').get('http://127.0.0.1:3000/api/profile', (r) => {if (r.statusCode !== 200) throw new Error(r.statusCode)})",
] ]
timeout: 5s timeout: 5s
interval: 5s interval: 5s
@ -316,7 +316,7 @@ services:
supabase-db: supabase-db:
image: supabase/postgres:15.1.1.41 image: supabase/postgres:15.1.1.41
healthcheck: healthcheck:
test: pg_isready -U postgres -h localhost test: pg_isready -U postgres -h 127.0.0.1
interval: 5s interval: 5s
timeout: 5s timeout: 5s
retries: 10 retries: 10
@ -599,7 +599,7 @@ services:
supabase-analytics: supabase-analytics:
image: supabase/logflare:1.4.0 image: supabase/logflare:1.4.0
healthcheck: healthcheck:
test: ["CMD", "curl", "http://localhost:4000/health"] test: ["CMD", "curl", "http://127.0.0.1:4000/health"]
timeout: 5s timeout: 5s
interval: 5s interval: 5s
retries: 10 retries: 10
@ -927,7 +927,7 @@ services:
"--no-verbose", "--no-verbose",
"--tries=1", "--tries=1",
"--spider", "--spider",
"http://localhost:9999/health", "http://127.0.0.1:9999/health",
] ]
timeout: 5s timeout: 5s
interval: 5s interval: 5s
@ -1001,7 +1001,7 @@ services:
supabase-analytics: supabase-analytics:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "bash", "-c", "printf \\0 > /dev/tcp/localhost/4000"] test: ["CMD", "bash", "-c", "printf \\0 > /dev/tcp/127.0.0.1/4000"]
timeout: 5s timeout: 5s
interval: 5s interval: 5s
retries: 3 retries: 3
@ -1075,7 +1075,7 @@ services:
"--no-verbose", "--no-verbose",
"--tries=1", "--tries=1",
"--spider", "--spider",
"http://localhost:5000/status", "http://127.0.0.1:5000/status",
] ]
timeout: 5s timeout: 5s
interval: 5s interval: 5s

View File

@ -20,7 +20,7 @@ services:
volumes: volumes:
- tolgee-data:/data - tolgee-data:/data
healthcheck: healthcheck:
test: ["CMD", "wget", "-q", "--spider", "http://localhost:8080"] test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:8080"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -43,7 +43,7 @@ services:
postgres: postgres:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/healthz"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/healthz"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -16,7 +16,7 @@ services:
postgresql: postgresql:
condition: service_healthy condition: service_healthy
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/heartbeat"] test: ["CMD", "curl", "-f", "http://127.0.0.1:3000/api/heartbeat"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -23,7 +23,7 @@ services:
- node - node
- index.js - index.js
healthcheck: healthcheck:
test: "wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1" test: "wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1"
interval: 1s interval: 1s
timeout: 1m timeout: 1m
retries: 5 retries: 5

View File

@ -20,7 +20,7 @@ services:
- node - node
- index.js - index.js
healthcheck: healthcheck:
test: 'wget --no-verbose --tries=1 --spider http://localhost:4242/health || exit 1' test: 'wget --no-verbose --tries=1 --spider http://127.0.0.1:4242/health || exit 1'
interval: 1s interval: 1s
timeout: 1m timeout: 1m
retries: 5 retries: 5

View File

@ -11,7 +11,7 @@ services:
volumes: volumes:
- vaultwarden-data:/data - vaultwarden-data:/data
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:80"] test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -15,7 +15,7 @@ services:
volumes: volumes:
- vikunja-data:/app/vikunja/ - vikunja-data:/app/vikunja/
healthcheck: healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:3456"] test: ["CMD", "wget", "--spider", "http://127.0.0.1:3456"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -26,7 +26,7 @@ services:
- weblate-data:/app/data - weblate-data:/app/data
- weblate-cache:/app/cache - weblate-cache:/app/cache
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080"] test: ["CMD", "curl", "-f", "http://127.0.0.1:8080"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 30 retries: 30

View File

@ -9,7 +9,7 @@ services:
environment: environment:
- SERVICE_FQDN_WHOOGLE_5000 - SERVICE_FQDN_WHOOGLE_5000
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000"] test: ["CMD", "curl", "-f", "http://127.0.0.1:5000"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 15 retries: 15

View File

@ -17,7 +17,7 @@ services:
depends_on: depends_on:
- mariadb - mariadb
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://127.0.0.1"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 10 retries: 10

View File

@ -17,7 +17,7 @@ services:
depends_on: depends_on:
- mysql - mysql
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://127.0.0.1"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 10 retries: 10
@ -31,7 +31,7 @@ services:
- MYSQL_USER=$SERVICE_USER_WORDPRESS - MYSQL_USER=$SERVICE_USER_WORDPRESS
- MYSQL_PASSWORD=$SERVICE_PASSWORD_WORDPRESS - MYSQL_PASSWORD=$SERVICE_PASSWORD_WORDPRESS
healthcheck: healthcheck:
test: ["CMD", "mysqladmin", "ping", "-h", "localhost"] test: ["CMD", "mysqladmin", "ping", "-h", "127.0.0.1"]
interval: 5s interval: 5s
timeout: 20s timeout: 20s
retries: 10 retries: 10

View File

@ -11,7 +11,7 @@ services:
environment: environment:
- SERVICE_FQDN_WORDPRESS - SERVICE_FQDN_WORDPRESS
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost"] test: ["CMD", "curl", "-f", "http://127.0.0.1"]
interval: 2s interval: 2s
timeout: 10s timeout: 10s
retries: 10 retries: 10

File diff suppressed because one or more lines are too long