Skip to content

Commit e264e09

Browse files
authored
fix(docker) docker-compose.yml
1 parent 5c23e07 commit e264e09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
environment:
4747
# Database connection (uses Docker service name 'postgres')
4848
# 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"
49+
AGENT_CONTROL_DB_URL: "postgresql+psycopg://agent_control:${AGENT_CONTROL_POSTGRES_PASSWORD:-agent_control}@postgres:${AGENT_CONTROL_DB_HOST_PORT:-5432}/agent_control"
5050
# Server configuration
5151
AGENT_CONTROL_HOST: 0.0.0.0
5252
AGENT_CONTROL_PORT: 8000

0 commit comments

Comments
 (0)