ClickHouse/dbms/tests/integration/helpers/docker_compose_postgres.yml

10 lines
194 B
YAML

version: '2.2'
services:
postgres1:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mysecretpassword
ports:
- 5432:5432