mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 11:33:46 +00:00
10 lines
192 B
YAML
10 lines
192 B
YAML
|
version: '2'
|
||
|
services:
|
||
|
postgres1:
|
||
|
image: postgres
|
||
|
restart: always
|
||
|
environment:
|
||
|
POSTGRES_PASSWORD: mysecretpassword
|
||
|
ports:
|
||
|
- 5432:5432
|