mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
13 lines
320 B
YAML
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
|