add token auth
This commit is contained in:
parent
9e9c48e5dd
commit
21fe567ba6
9 changed files with 152 additions and 13 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue