fix: added unique index to list_users table

This commit is contained in:
2026-08-21 15:26:12 +02:00
parent bc87f656c8
commit 017ee61c99
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@ services:
restart: unless-stopped
env_file:
- .env
ports:
- "15432:5432"
volumes:
- /srv/dttmr-api/postgresql:/var/lib/postgresql/data
healthcheck: