fix: added unique index to list_users table
This commit is contained in:
@@ -5,6 +5,8 @@ services:
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "15432:5432"
|
||||
volumes:
|
||||
- /srv/dttmr-api/postgresql:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user