Before Fine Tune

This commit is contained in:
MangoPig
2026-05-26 13:43:09 +01:00
parent 4f79137d89
commit f29aff25f5
35 changed files with 6953 additions and 142 deletions

View File

@@ -25,7 +25,7 @@ services:
container_name: backend-prod-a
restart: unless-stopped
env_file:
- ./.env.prod-a
- ${PROD_A_ENV_FILE:-.env.prod-a}
environment:
GO_ENV: production
BACKEND_INTERNAL_PORT: 8081
@@ -38,6 +38,8 @@ services:
condition: service_healthy
expose:
- "8081"
volumes:
- ./Mock-Data:/app/Mock-Data:ro
healthcheck:
test: ["CMD", "wget", "-qO-", "http://127.0.0.1:8081/health"]
interval: 10s