mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
Updated rocketchat to template format
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# ===== Paths =====
|
||||
VOL_PATH=/data
|
||||
VOL_PROJECTS=/data/projects
|
||||
|
||||
# ===== Rocket.Chat =====
|
||||
ROCKETCHAT_IMAGE=rocketchat/rocket.chat:latest
|
||||
ROCKETCHAT_RESTART=unless-stopped
|
||||
ROCKETCHAT_DOMAIN=chat.example.com
|
||||
ROCKETCHAT_PORT=3000
|
||||
|
||||
# ===== MongoDB =====
|
||||
MONGO_IMAGE=mongo:4.0
|
||||
|
||||
# ===== Hubot =====
|
||||
HUBOT_IMAGE=rocketchat/hubot-rocketchat:latest
|
||||
Reference in New Issue
Block a user