mirror of
https://github.com/Redume/Kekkai.git
synced 2025-03-13 20:14:39 +03:00
chore: delete healtcheck
This commit is contained in:
parent
d45bde7624
commit
d479c8494c
1 changed files with 1 additions and 14 deletions
|
@ -8,18 +8,12 @@ services:
|
||||||
- ./nginx/:/etc/nginx/
|
- ./nginx/:/etc/nginx/
|
||||||
- ./CertSSL:/etc/nginx/ssl
|
- ./CertSSL:/etc/nginx/ssl
|
||||||
- ./assets/logo.png:/etc/nginx/assets/logo.png
|
- ./assets/logo.png:/etc/nginx/assets/logo.png
|
||||||
- ./docs/dist:/usr/share/
|
- ./docs/dist:/etc/nginx/dist
|
||||||
depends_on:
|
depends_on:
|
||||||
- server
|
- server
|
||||||
- chart
|
- chart
|
||||||
- web
|
- web
|
||||||
- docs
|
- docs
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
|
||||||
interval: 10s
|
|
||||||
retries: 5
|
|
||||||
start_period: 30s
|
|
||||||
timeout: 10s
|
|
||||||
|
|
||||||
server:
|
server:
|
||||||
build:
|
build:
|
||||||
|
@ -63,13 +57,6 @@ services:
|
||||||
context: ./docs
|
context: ./docs
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
|
||||||
- ./docs/dist:/docs/dist # Bind mount for the dist folder
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "test", "-f", "/docs/dist/.built"] # Check if the build is complete
|
|
||||||
interval: 5s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 5
|
|
||||||
|
|
||||||
collect-currency:
|
collect-currency:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue