openstellaris/docker-compose.yml

11 lines
189 B
YAML
Raw Permalink Normal View History

2023-12-26 01:40:37 +00:00
version: "3.1"
services:
db:
image: postgres
ports: [5432:5432]
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: openstellaris