Skip to content

Commit 7097dad

Browse files
committed
Fix defaults
1 parent fc7e4c0 commit 7097dad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
POSTGRES_PASSWORD: etl_password
99
POSTGRES_HOST_AUTH_METHOD: trust
1010
ports:
11-
- "5433:5432"
11+
- "5432:5432"
1212
volumes:
1313
- ./postgres_data:/var/lib/postgresql/data
1414
healthcheck:

etl/configs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ logging:
1919
storage:
2020
type: "postgres"
2121
host: "localhost"
22-
port: 5433
22+
port: 5432
2323
database: "partijgedrag"
2424
username: "etl_user"
2525
password: "etl_password"

0 commit comments

Comments
 (0)