workflows

This commit is contained in:
JMARyA 2024-09-12 10:34:14 +02:00
parent 6f9048e5b1
commit a8dfe5f0e9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 119 additions and 8 deletions

View file

@ -9,6 +9,7 @@ services:
volumes:
- ./itemdb/items:/itemdb
- ./locations:/locations
- ./flows:/flows
- ./config.toml:/config.toml
environment:
- "DB_URI=mongodb://user:pass@mongodb:27017"