mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
7 lines
183 B
YAML
7 lines
183 B
YAML
version: '2.2'
|
|
services:
|
|
java:
|
|
image: clickhouse/postgresql-java-client:${DOCKER_POSTGRESQL_JAVA_CLIENT_TAG:-latest}
|
|
# to keep container running
|
|
command: sleep infinity
|