add postgress user handling support

This commit is contained in:
2026-03-10 21:26:51 +01:00
parent f8b43cc54f
commit 1a103f8173
10 changed files with 140 additions and 85 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
db:
image: postgres:17
environment:
POSTGRES_USER: master
POSTGRES_PASSWORD: secret
ports:
- "5432:5432"
volumes:
- ./data:/var/lib/postgresql/data