nrx.sh/compose.yml

9 lines
138 B
YAML
Raw Normal View History

2025-04-07 22:34:21 +02:00
services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"