nrx.sh/compose.yml

9 lines
138 B
YAML

services:
db:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: postgres
ports:
- "5432:5432"