We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c23e07 commit e264e09Copy full SHA for e264e09
1 file changed
docker-compose.yml
@@ -46,7 +46,7 @@ services:
46
environment:
47
# Database connection (uses Docker service name 'postgres')
48
# Use postgresql+psycopg:// (supports both sync migrations and async app code)
49
- AGENT_CONTROL_DB_URL: "postgresql+psycopg://agent_control:${AGENT_CONTROL_POSTGRES_PASSWORD:-agent_control}@postgres:5432/agent_control"
+ AGENT_CONTROL_DB_URL: "postgresql+psycopg://agent_control:${AGENT_CONTROL_POSTGRES_PASSWORD:-agent_control}@postgres:${AGENT_CONTROL_DB_HOST_PORT:-5432}/agent_control"
50
# Server configuration
51
AGENT_CONTROL_HOST: 0.0.0.0
52
AGENT_CONTROL_PORT: 8000
0 commit comments