diff --git a/compose.yml b/compose.yml index 12d96ef..7207817 100644 --- a/compose.yml +++ b/compose.yml @@ -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