Before Fine Tune
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user