mirror of
https://github.com/Redume/Kekkai.git
synced 2025-04-02 21:37:36 +03:00
Compare commits
2 commits
d8396d2331
...
d479c8494c
Author | SHA1 | Date | |
---|---|---|---|
d479c8494c | |||
d45bde7624 |
2 changed files with 1 additions and 16 deletions
|
@ -8,18 +8,12 @@ services:
|
|||
- ./nginx/:/etc/nginx/
|
||||
- ./CertSSL:/etc/nginx/ssl
|
||||
- ./assets/logo.png:/etc/nginx/assets/logo.png
|
||||
- ./docs/dist:/usr/share/
|
||||
- ./docs/dist:/etc/nginx/dist
|
||||
depends_on:
|
||||
- server
|
||||
- chart
|
||||
- web
|
||||
- docs
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 10s
|
||||
retries: 5
|
||||
start_period: 30s
|
||||
timeout: 10s
|
||||
|
||||
server:
|
||||
build:
|
||||
|
@ -63,13 +57,6 @@ services:
|
|||
context: ./docs
|
||||
dockerfile: Dockerfile
|
||||
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:
|
||||
build:
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
location / {
|
||||
limit_req zone=kekkai burst=4;
|
||||
|
||||
proxy_pass http://web:3050;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue