mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
21 lines
471 B
YAML
21 lines
471 B
YAML
version: '2.3'
|
|
services:
|
|
postgres1:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: mysecretpassword
|
|
ports:
|
|
- 5432:5432
|
|
networks:
|
|
default:
|
|
aliases:
|
|
- postgre-sql.local
|
|
postgres2:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: mysecretpassword
|
|
ports:
|
|
- 5441:5432
|