mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
16 lines
340 B
Bash
16 lines
340 B
Bash
# ===== 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
|