add token auth

This commit is contained in:
JMARyA 2024-09-08 02:37:39 +02:00
parent 9e9c48e5dd
commit 21fe567ba6
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
9 changed files with 152 additions and 13 deletions

View file

@ -8,6 +8,8 @@ services:
- mongodb
volumes:
- ./itemdb/items:/itemdb
- ./locations:/locations
- ./config.toml:/config.toml
environment:
- "DB_URI=mongodb://user:pass@mongodb:27017"
- "DB=cdb"