Commit 029dfd0f authored by nanahira's avatar nanahira

fix

parent 24e5d55d
Pipeline #6878 passed with stages
in 1 minute and 9 seconds
......@@ -11,6 +11,7 @@ services:
- ./conf.d:/etc/nginx/conf.d:ro
- ./certs:/etc/nginx/certs:ro
- ./cache:/etc/nginx/cache
mysql:
restart: always
image: mariadb:10
......
version: '2.4'
services:
myrocketchat:
image: registry.rocket.chat/rocketchat/rocket.chat:3.16.0
image: registry.rocket.chat/rocketchat/rocket.chat:4.1.2
command: >
bash -c
"for i in `seq 1 30`; do
......@@ -22,14 +22,14 @@ services:
- myrocketchat-mongo
myrocketchat-mongo:
image: mongo:4.0
image: mongo:5
restart: always
volumes:
- ./myrocketchat/data/db:/data/db
command: mongod --smallfiles --oplogSize 128 --replSet rs0 --storageEngine=mmapv1
myrocketchat-mongo-init-replica:
image: mongo:4.0
image: mongo:5
command: >
bash -c
"for i in `seq 1 30`; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment