This commit is contained in:
Дмитрий Соловьев
2026-05-29 13:35:32 +03:00
parent 3dce0aec0d
commit e7c2060e2e
40 changed files with 371 additions and 80 deletions
+4 -4
View File
@@ -3,19 +3,19 @@
pcp:
infra:
postgres:
host: ${PCP_POSTGRES_HOST:localhost}
host: ${PCP_POSTGRES_HOST:192.168.60.201}
port: ${PCP_POSTGRES_PORT:5432}
kafka:
host: ${PCP_KAFKA_HOST:localhost}
host: ${PCP_KAFKA_HOST:192.168.60.201}
port: ${PCP_KAFKA_PORT:29092}
network:
host: ${PCP_NETWORK_HOST:localhost}
host: ${PCP_NETWORK_HOST:192.168.60.201}
ports:
config: 38888
config: 8888
admin: 7000
route-processing: 7004
request: 7005