Add initial local user DB support
continuous-integration/drone/push Build is passing Details

This commit is contained in:
3wc 2024-03-04 11:34:54 -03:00
parent 9884f47704
commit 4520d4520f
1 changed files with 12 additions and 0 deletions

12
compose.local-users.yml Normal file
View File

@ -0,0 +1,12 @@
---
version: "3.8"
services:
app:
volumes:
- users:/opt/users
environment:
- LINK_USERS=/opt/users/
volumes:
users: