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

24 lines
538 B
YAML
Raw Normal View History

2021-03-31 21:46:07 +00:00
version: '2.3'
services:
2021-03-31 23:48:54 +00:00
postgres2:
2021-03-31 21:46:07 +00:00
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mysecretpassword
ports:
- 5421:5432
2021-03-31 23:48:54 +00:00
postgres3:
2021-03-31 21:46:07 +00:00
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mysecretpassword
ports:
- 5441:5432
2021-03-31 23:48:54 +00:00
postgres4:
2021-03-31 21:46:07 +00:00
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: mysecretpassword
ports:
- 5461:5432