mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 11:29:12 +00:00
14 lines
No EOL
263 B
YAML
14 lines
No EOL
263 B
YAML
version: '2'
|
|
|
|
services:
|
|
pg:
|
|
image: postgres:11-alpine
|
|
ports:
|
|
- 5432
|
|
volumes:
|
|
- './.data/pg:/var/lib/postgresql/data'
|
|
environment:
|
|
POSTGRES_PASSWORD: 19216801
|
|
POSTGRES_DB: roleypoly
|
|
POSTGRES_USER: roleypoly
|
|
POSTGRES_INITDB_ARGS: -A trust |