Files
2024-01-20 01:21:47 +02:00

12 lines
237 B
YAML

version: "3.9"
services:
db:
build:
dockerfile: postgres.Dockerfile
restart: always
ports:
- "5432:5432"
environment:
POSTGRES_PASSWORD: testpass
POSTGRES_USER: testuser
POSTGRES_DB: testdb