Skip to content

Commit 61aaa72

Browse files
committed
fix: remote database host
1 parent 8eb2de7 commit 61aaa72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose-remote.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ services:
9292
API_BINDADDR: 0.0.0.0
9393
KAFKA_HOST: server-template-kafka
9494
KAFKA_PORT: 9092
95-
DATABASE_HOST: ${taito_domain}
95+
DATABASE_HOST: 172.17.0.1
9696
DATABASE_NAME: server_template_${taito_env}
9797
DATABASE_USER: server_template_${taito_env}_app
9898
DATABASE_POOL_MIN: '1'

0 commit comments

Comments
 (0)