Skip to content

Commit 05bf1ea

Browse files
committed
feat: update rocketchat
1 parent 108e698 commit 05bf1ea

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stacks/rocketchat.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: '3.8'
44

55
services:
66
web:
7-
image: rocketchat/rocket.chat:${VERSION:-4.8.7}
7+
image: rocketchat/rocket.chat:${VERSION:-5.0.8}
88
command: bash -c 'for i in `seq 1 30`; do node --max-old-space-size=4096 main.js && s=$$? && break || s=$$?; echo "Tried $$i times. Waiting 5 secs..."; sleep 5; done; (exit $$s)'
99
volumes:
1010
- ${VOLUME_PATH}uploads:/app/uploads
@@ -27,15 +27,15 @@ services:
2727
- internal
2828

2929
mongo:
30-
image: mongo:4.2.24
30+
image: mongo:${MONGO_VERSION:-4.4}
3131
command: mongod --oplogSize 128 --replSet rs01
3232
volumes:
3333
- ${VOLUME_PATH}mongo:/data/db
3434
networks:
3535
- internal
3636

3737
mongo-init-replica:
38-
image: mongo:4.2.24
38+
image: mongo:${MONGO_VERSION:-4.4}
3939
command: 'mongo mongo/rocketchat --eval "rs.initiate({ _id: ''rs01'', members: [ { _id: 0, host: ''mongo:27017'' } ]})"'
4040
deploy:
4141
restart_policy:

0 commit comments

Comments
 (0)