mirror of
https://github.com/hexastack/hexabot
synced 2025-01-22 10:35:37 +00:00
feat: add docker updates
This commit is contained in:
parent
de2177d1bd
commit
5f458ebbdc
@ -33,6 +33,7 @@ MONGO_USER=dev_only
|
|||||||
MONGO_PASSWORD=dev_only
|
MONGO_PASSWORD=dev_only
|
||||||
MONGO_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017/
|
MONGO_URI=mongodb://${MONGO_USER}:${MONGO_PASSWORD}@mongo:27017/
|
||||||
MONGO_DB=hexabot
|
MONGO_DB=hexabot
|
||||||
|
MONGO_AUTO_MIGRATE=true
|
||||||
|
|
||||||
# SMTP Config (for local dev env, use smtp4dev by doing `npx hexabot start --enable=smtp4dev`)
|
# SMTP Config (for local dev env, use smtp4dev by doing `npx hexabot start --enable=smtp4dev`)
|
||||||
APP_SMTP_4_DEV_PORT=9002
|
APP_SMTP_4_DEV_PORT=9002
|
||||||
|
@ -14,6 +14,10 @@ services:
|
|||||||
- ../api/migrations:/app/migrations
|
- ../api/migrations:/app/migrations
|
||||||
#- ../api/node_modules:/app/node_modules
|
#- ../api/node_modules:/app/node_modules
|
||||||
|
|
||||||
|
mongo:
|
||||||
|
ports:
|
||||||
|
- 27017:27017
|
||||||
|
|
||||||
mongo-express:
|
mongo-express:
|
||||||
container_name: mongoUi
|
container_name: mongoUi
|
||||||
image: mongo-express:1-20
|
image: mongo-express:1-20
|
||||||
|
Loading…
Reference in New Issue
Block a user