Update rocketchat/rocket.chat to 3.13.0

This commit is contained in:
3wc 2021-04-05 12:51:22 +02:00
parent d5e09cf1c6
commit 6126a60642
1 changed files with 1 additions and 26 deletions

View File

@ -1,7 +1,7 @@
version: '3.8'
services:
app:
image: rocketchat/rocket.chat:3.12.3
image: rocketchat/rocket.chat:3.13.0
depends_on:
- db
volumes:
@ -28,8 +28,6 @@ services:
entrypoint: /docker-entrypoint.sh
command: >
bash -c
"for i in `seq 1 30`; do
node main.js &&
s=$$? && break || s=$$?;
@ -75,8 +73,6 @@ services:
image: mongo:4.0
command: >
bash -c
"for i in `seq 1 30`; do
mongo db/rocketchat --eval \"
rs.initiate({
@ -90,27 +86,6 @@ services:
- db
networks:
- internal
# hubot, the popular chatbot (add the bot user first and change the password before starting this image)
#hubot:
# image: rocketchat/hubot-rocketchat:latest
# restart: unless-stopped
# environment:
# - ROCKETCHAT_URL=rocketchat:3000
# - ROCKETCHAT_ROOM=GENERAL
# - ROCKETCHAT_USER=bot
# - ROCKETCHAT_PASSWORD=botpassword
# - BOT_NAME=bot
# # you can add more scripts as you'd like here, they need to be installable by npm
# - EXTERNAL_SCRIPTS=hubot-help,hubot-seen,hubot-links,hubot-diagnostics
# depends_on:
# - rocketchat
# labels:
# - "traefik.enable=false"
# volumes:
# - hubot_scripts:/home/hubot/scripts
# # this is used to expose the hubot port for notifications on the host on port 3001, e.g. for hubot-jenkins-notifier
# #ports:
# # - 3001:8080
networks:
proxy:
external: true