Compare commits

..

2 Commits

Author SHA1 Message Date
Tour
1af565ae1b front-end-fix 2025-12-06 05:51:55 +01:00
Tour
36b03dea7b Fix mock tests 2025-12-06 05:41:14 +01:00
2 changed files with 6 additions and 6 deletions

View File

@@ -39,12 +39,12 @@ services:
- "traefik.http.routers.auctiora.tls.certresolver=letsencrypt" - "traefik.http.routers.auctiora.tls.certresolver=letsencrypt"
- "traefik.http.services.auctiora.loadbalancer.server.port=8081" - "traefik.http.services.auctiora.loadbalancer.server.port=8081"
healthcheck: #healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8081/q/health/live"] # test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8081/q/health/live"]
interval: 30s # interval: 30s
timeout: 3s # timeout: 3s
retries: 3 # retries: 3
start_period: 10s # start_period: 10s
networks: networks:
traefik_net: traefik_net:

0
troostwijk.db Normal file
View File