10 lines
170 B
YAML
10 lines
170 B
YAML
version: '3.3'
|
|
services:
|
|
postgres:
|
|
image: 'daocloud.io/library/postgres'
|
|
environment:
|
|
POSTGRES_PASSWORD: mysecretpassword
|
|
|
|
ports:
|
|
- '5432:5432'
|