Skip to content

Commit d3c5bf3

Browse files
committed
fix: Kafka port for notifications service
1 parent 56ffe6c commit d3c5bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local/full/docker-compose.base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ services:
1313
- TC_API_V5_BASE_URL=http://host.docker.internal:8001/v5
1414
- TC_API_V4_BASE_URL=https://api.topcoder-dev.com/v4
1515
- TC_API_V3_BASE_URL=https://api.topcoder-dev.com/v3
16-
- KAFKA_URL=kafka:9092
16+
- KAFKA_URL=kafka:9093
1717
- AUTH_SECRET=secret
1818
- DATABASE_URL=postgresql://coder:mysecretpassword@notifications_db:5432/tc_notifications
1919
- JWKS_URI=test

0 commit comments

Comments
 (0)