We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01799ff commit fc8b98aCopy full SHA for fc8b98a
tests/docker/docker-compose.yml
@@ -75,7 +75,7 @@ services:
75
CONNECT_REST_ADVERTISED_HOST_NAME: kafnus-connect
76
CONNECT_LOG4J_LOGGERS: "org.reflections=ERROR"
77
# Environment variables for sinks in tests
78
- KAFNUS_TESTS_PG_HOST: iot-postgis
+ KAFNUS_TESTS_PG_HOST: postgis
79
KAFNUS_TESTS_PG_PORT: "5432"
80
KAFNUS_TESTS_PG_DBNAME: tests
81
KAFNUS_TESTS_PG_USER: postgres
@@ -99,9 +99,9 @@ services:
99
networks:
100
- kafka-postgis-net
101
102
- iot-postgis:
103
- container_name: iot-postgis
104
- hostname: iot-postgis
+ postgis:
+ container_name: postgis
+ hostname: postgis
105
# Default env variables will be used if not specify in .env
106
image: ${KAFNUS_POSTGIS_IMAGE:-postgis/postgis:15-3.3}
107
volumes:
0 commit comments