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

21 lines
471 B
YAML
Raw Normal View History

version: '2.3'
services:
postgres1:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mysecretpassword
ports:
2021-02-20 18:59:45 +00:00
- 5432:5432
2020-06-22 13:29:35 +00:00
networks:
2021-02-20 18:59:45 +00:00
default:
aliases:
- postgre-sql.local
postgres2:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mysecretpassword
ports:
- 5441:5432