v1/docker-compose.yml
2017-12-04 21:25:13 -06:00

13 lines
320 B
YAML

version: '2.1'
services:
pg:
image: postgres:10-alpine
container_name: roleypoly-pg
ports:
- 5432:5432
environment:
POSTGRES_PASSWORD: 19216801
POSTGRES_DB: roleypoly
POSTGRES_USER: roleypoly
POSTGRES_INITDB_ARGS: -A trust