This commit is contained in:
JMARyA 2024-05-02 16:13:31 +02:00
parent d913772f3b
commit 6d43193959
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
7 changed files with 382 additions and 323 deletions

View file

@ -8,6 +8,8 @@ services:
- mongodb
volumes:
- ./itemdb:/itemdb
environment:
- "DB_URI=mongodb://user:pass@mongodb:27017"
mongodb:
image: mongo:latest