mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
24 lines
538 B
YAML
24 lines
538 B
YAML
version: '2.3'
|
|
services:
|
|
postgres2:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: mysecretpassword
|
|
ports:
|
|
- 5421:5432
|
|
postgres3:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: mysecretpassword
|
|
ports:
|
|
- 5441:5432
|
|
postgres4:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: mysecretpassword
|
|
ports:
|
|
- 5461:5432
|