diff --git a/docker-compose.yaml b/docker-compose.yaml index 085b213..576a0e5 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -27,14 +27,15 @@ services: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres POSTGRES_DB: verceldb + POSTGRES_PORT: 5480 expose: - - 5432 + - 5480 pg_proxy: image: ghcr.io/neondatabase/wsproxy:latest environment: - APPEND_PORT: "postgres:5432" + APPEND_PORT: "postgres:5480" ALLOW_ADDR_REGEX: ".*" LOG_TRAFFIC: "true" expose: @@ -51,4 +52,4 @@ services: - 4566:4566 volumes: - ../localstack/aws:/etc/localstack/init/ready.d - - ../localstack/aws:/app/web/aws \ No newline at end of file + - ../localstack/aws:/app/web/aws