feat: add docker updates

This commit is contained in:
Mohamed Marrouchi 2025-01-02 08:35:13 +01:00
parent de2177d1bd
commit 5f458ebbdc
2 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,7 @@ MONGO_USER=dev_only
MONGO_PASSWORD=dev_only
MONGO_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017/
MONGO_DB=hexabot
MONGO_AUTO_MIGRATE=true
# SMTP Config (for local dev env, use smtp4dev by doing `npx hexabot start --enable=smtp4dev`)
APP_SMTP_4_DEV_PORT=9002

View File

@ -14,6 +14,10 @@ services:
- ../api/migrations:/app/migrations
#- ../api/node_modules:/app/node_modules
mongo:
ports:
- 27017:27017
mongo-express:
container_name: mongoUi
image: mongo-express:1-20