@ -23,6 +23,9 @@ APP_URL=https://synth.example.com
# Port for the backend HTTP server (inside the container).
PORT=8080
# Port for the backend HTTP server (outside the container).
EXT_PORT=8005
# Logging level. Options: error, warn, info, debug, trace.
# Format: "level" or "level,crate=level"
RUST_LOG=info,ai_synth_backend=debug
@ -15,7 +15,7 @@ services:
networks:
- internal
ports:
- "127.0.0.1:${PORT:-8005}:8080"
- "127.0.0.1:${EXT_PORT:-8005}:8080"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/api/v1/health"]
interval: 30s