ClickHouse/docker/test/integration/runner/compose/docker_compose_postgres.yml

14 lines
300 B
YAML

version: '2.3'
services:
postgres1:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mysecretpassword
ports:
- 5432:5432
networks:
default:
aliases:
- postgre-sql.local