files modified

Este commit está contenido en:
Your Name
2020-08-23 12:06:04 +00:00
padre 6d21f3d243
commit bbc9877d45
Se han modificado 65 ficheros con 418 adiciones y 248 borrados

Ver fichero

@@ -1,7 +1,7 @@
version: '2'
services:
db-rocketchat1:
image: mongo
image: mongo:4.2
restart: always
container_name: db-rocketchat1
hostname: db-rocketchat1
@@ -14,11 +14,14 @@ services:
ipv4_address: 172.133.0.99
db-rocketchat2:
image: mongo
image: mongo:4.2
restart: always
container_name: db-rocketchat2
hostname: db-rocketchat2
command: --keyFile /opt/keyfile --replSet "rs0"
# command: --keyFile /opt/keyfile --replSet "rs0" --repair
entrypoint:
- /bin/sleep
- infinity
volumes:
- ./mongo/data2:/data/db
- ./mongo/mongodb-keyfile:/opt/keyfile