rocketchat/compose.yml

1208 lines
4.4 KiB
YAML
Raw Normal View History

2020-09-24 17:25:27 +00:00
version: '3.8'
services:
app:
image: rocketchat/rocket.chat:3.15.0
depends_on:
- db
2020-09-24 17:25:27 +00:00
volumes:
- "rocketchat_uploads:/app/uploads"
2020-09-24 18:56:27 +00:00
secrets:
- admin_password
2020-09-24 17:25:27 +00:00
environment:
- PORT=3000
- ROOT_URL=https://${DOMAIN}
- MONGO_URL=mongodb://db:27017/rocketchat
- MONGO_OPLOG_URL=mongodb://db:27017/local
2020-09-24 18:56:27 +00:00
- ADMIN_USERNAME
- ADMIN_PASS_FILE=/run/secrets/admin_password
- ADMIN_EMAIL
#- HTTP_PROXY=http://proxy.domain.com
#- HTTPS_PROXY=http://proxy.domain.com
configs:
- source: entrypoint_conf
target: /docker-entrypoint.sh
mode: 0555
2020-09-24 17:25:27 +00:00
networks:
- internal
- proxy
entrypoint: /docker-entrypoint.sh
command: >
bash -c
2021-04-05 10:52:03 +00:00
2021-06-07 07:03:59 +00:00
2021-06-07 07:04:08 +00:00
2021-06-07 07:04:26 +00:00
2021-06-07 07:05:06 +00:00
2021-06-07 07:05:17 +00:00
2021-06-07 07:05:27 +00:00
2021-06-07 07:05:38 +00:00
2021-06-07 07:05:52 +00:00
2021-06-07 07:06:12 +00:00
2021-06-07 07:06:23 +00:00
2021-06-07 07:06:47 +00:00
2021-06-07 07:07:09 +00:00
2021-06-07 07:07:20 +00:00
2021-06-07 07:07:30 +00:00
2021-06-07 07:07:41 +00:00
2021-06-07 07:07:55 +00:00
2021-06-07 07:08:14 +00:00
2021-06-07 07:08:24 +00:00
2021-06-07 07:08:34 +00:00
2021-06-07 07:08:45 +00:00
2021-06-07 07:08:56 +00:00
2021-06-07 07:09:23 +00:00
2021-06-07 07:09:34 +00:00
2021-06-07 07:09:45 +00:00
2021-06-07 07:10:11 +00:00
2021-06-07 07:10:34 +00:00
2021-06-07 07:10:45 +00:00
2021-06-07 07:10:56 +00:00
2021-06-07 07:11:07 +00:00
2021-06-07 07:11:38 +00:00
2021-06-07 07:11:50 +00:00
2021-06-07 07:12:00 +00:00
2021-06-07 07:12:12 +00:00
2021-06-07 07:12:29 +00:00
2021-06-07 07:12:53 +00:00
2021-06-07 07:13:04 +00:00
2021-06-07 07:13:14 +00:00
2021-06-07 07:13:25 +00:00
2021-06-07 07:13:44 +00:00
2021-06-07 07:14:03 +00:00
2021-06-07 07:14:14 +00:00
2021-06-07 07:14:24 +00:00
2021-06-07 07:14:35 +00:00
2021-06-07 07:14:58 +00:00
2021-06-07 07:15:13 +00:00
2021-06-07 07:15:24 +00:00
2021-06-07 07:15:35 +00:00
2021-06-07 07:15:45 +00:00
2021-06-07 07:15:56 +00:00
2021-06-07 07:16:20 +00:00
2021-06-07 07:16:32 +00:00
2021-06-07 07:16:43 +00:00
2021-06-07 07:16:54 +00:00
2021-06-07 07:17:04 +00:00
2021-06-07 07:17:15 +00:00
2021-06-07 07:17:33 +00:00
2021-06-07 07:17:55 +00:00
2021-06-07 07:18:06 +00:00
2021-06-07 07:18:16 +00:00
2021-06-07 07:18:27 +00:00
2021-06-07 07:18:39 +00:00
2021-06-07 07:18:49 +00:00
2021-06-07 07:19:00 +00:00
2021-06-07 07:19:11 +00:00
2021-06-07 07:19:22 +00:00
2021-06-07 07:19:41 +00:00
2021-06-07 07:19:51 +00:00
2021-06-07 07:20:02 +00:00
2021-06-07 07:20:14 +00:00
2021-06-07 07:20:30 +00:00
2021-06-07 07:20:52 +00:00
2021-06-07 07:21:03 +00:00
2021-06-07 07:21:14 +00:00
2021-06-07 07:21:26 +00:00
2021-06-07 07:21:37 +00:00
2021-06-07 07:21:48 +00:00
2021-06-07 07:21:59 +00:00
2021-06-07 07:22:10 +00:00
2021-06-07 07:22:21 +00:00
2021-06-07 07:22:33 +00:00
2021-06-07 07:22:43 +00:00
2021-06-07 07:22:54 +00:00
2021-06-07 07:23:05 +00:00
2021-06-07 07:23:16 +00:00
2021-06-07 07:23:27 +00:00
2021-06-07 07:23:38 +00:00
2021-06-07 07:23:48 +00:00
2021-06-07 07:23:59 +00:00
2021-06-07 07:24:10 +00:00
2021-06-07 07:24:50 +00:00
2021-06-07 07:25:30 +00:00
2021-06-07 07:26:11 +00:00
2021-06-07 07:26:51 +00:00
2021-06-07 07:27:32 +00:00
2021-06-07 07:28:12 +00:00
2021-06-07 07:28:52 +00:00
2021-06-07 07:29:32 +00:00
2021-06-07 07:30:13 +00:00
2021-06-07 07:30:53 +00:00
2021-06-07 07:31:34 +00:00
2021-06-07 07:32:14 +00:00
2021-06-07 07:32:54 +00:00
2021-06-07 07:33:35 +00:00
2021-06-07 07:34:15 +00:00
2021-06-07 07:34:56 +00:00
2021-06-07 07:35:36 +00:00
2021-06-07 07:36:16 +00:00
2021-06-07 07:36:57 +00:00
2021-06-07 07:37:37 +00:00
2021-06-07 07:38:18 +00:00
2021-06-07 07:38:58 +00:00
2021-06-07 07:39:38 +00:00
2021-06-07 07:40:19 +00:00
2021-06-07 07:40:59 +00:00
2021-06-07 07:41:40 +00:00
2021-06-07 07:42:20 +00:00
2021-06-07 07:43:00 +00:00
2021-06-07 07:43:40 +00:00
2021-06-07 07:44:21 +00:00
2021-06-07 07:45:01 +00:00
2021-06-07 07:45:42 +00:00
2021-06-07 07:46:22 +00:00
2021-06-07 07:47:02 +00:00
2021-06-07 07:47:42 +00:00
2021-06-07 07:48:23 +00:00
2021-06-07 07:49:02 +00:00
2021-06-07 07:49:43 +00:00
2021-06-07 07:50:23 +00:00
2021-06-07 07:51:04 +00:00
2021-06-07 07:51:44 +00:00
2021-06-07 07:52:24 +00:00
2021-06-07 07:53:04 +00:00
2021-06-07 07:53:44 +00:00
2021-06-07 07:54:25 +00:00
2021-06-07 07:55:06 +00:00
2021-06-07 07:55:46 +00:00
2021-06-07 07:56:27 +00:00
2021-06-07 07:57:07 +00:00
2021-06-07 07:57:47 +00:00
2021-06-07 07:58:28 +00:00
2021-06-07 07:59:08 +00:00
2021-06-07 07:59:48 +00:00
2021-06-07 08:00:29 +00:00
2021-06-07 08:01:10 +00:00
2021-06-07 08:01:51 +00:00
2021-06-07 08:02:31 +00:00
2021-06-07 08:03:14 +00:00
2021-06-07 08:03:54 +00:00
2021-06-07 08:04:34 +00:00
2021-06-07 08:05:15 +00:00
2021-06-07 08:05:55 +00:00
2021-06-07 08:06:36 +00:00
2021-06-07 08:07:16 +00:00
2021-06-07 08:07:57 +00:00
2021-06-07 08:08:37 +00:00
2021-06-07 08:09:18 +00:00
2021-06-07 08:09:58 +00:00
2021-06-07 08:10:38 +00:00
2021-06-07 08:11:19 +00:00
2021-06-07 08:11:59 +00:00
2021-06-07 08:12:40 +00:00
2021-06-07 08:13:20 +00:00
2021-06-07 08:14:01 +00:00
2021-06-07 08:14:41 +00:00
2021-06-07 08:15:21 +00:00
2021-06-07 08:16:02 +00:00
2021-06-07 08:16:42 +00:00
2021-06-07 08:17:23 +00:00
2021-06-07 08:18:03 +00:00
2021-06-07 08:18:43 +00:00
2021-06-07 08:19:23 +00:00
2021-06-07 08:20:04 +00:00
2021-06-07 08:20:45 +00:00
2021-06-07 08:21:25 +00:00
2021-06-07 08:22:05 +00:00
2021-06-07 08:22:46 +00:00
2021-06-07 08:23:26 +00:00
2021-06-07 08:24:07 +00:00
2021-06-07 08:24:48 +00:00
2021-06-07 08:25:28 +00:00
2021-06-07 08:26:09 +00:00
2021-06-07 08:26:50 +00:00
2021-06-07 08:27:30 +00:00
2021-06-07 08:28:11 +00:00
2021-06-07 08:34:29 +00:00
2021-06-07 08:35:18 +00:00
2021-06-07 08:35:58 +00:00
2021-06-07 08:42:11 +00:00
2021-06-07 08:42:56 +00:00
2021-06-07 08:43:36 +00:00
2021-06-07 08:44:17 +00:00
2021-06-07 08:44:57 +00:00
2021-06-07 08:45:38 +00:00
2021-06-07 08:46:19 +00:00
2021-06-07 08:46:59 +00:00
2021-06-07 08:47:40 +00:00
2021-06-07 08:48:20 +00:00
2021-06-07 08:49:00 +00:00
2021-06-07 08:49:41 +00:00
2021-06-07 08:50:21 +00:00
2021-06-07 08:51:01 +00:00
2021-06-07 08:51:42 +00:00
2021-06-07 08:52:23 +00:00
2021-06-07 08:53:03 +00:00
2021-06-07 08:53:44 +00:00
2021-06-07 08:54:25 +00:00
2021-06-07 08:55:05 +00:00
2021-06-07 08:55:46 +00:00
2021-06-07 08:56:26 +00:00
2021-06-07 08:57:07 +00:00
2021-06-07 08:57:48 +00:00
2021-06-07 08:58:28 +00:00
2021-06-07 08:59:09 +00:00
2021-06-07 08:59:49 +00:00
2021-06-07 09:00:30 +00:00
2021-06-07 09:01:10 +00:00
2021-06-07 09:01:51 +00:00
2021-06-07 09:02:32 +00:00
2021-06-07 09:03:12 +00:00
2021-06-07 09:03:53 +00:00
2021-06-07 09:04:33 +00:00
2021-06-07 09:05:14 +00:00
2021-06-07 09:05:54 +00:00
2021-06-07 09:06:35 +00:00
2021-06-07 09:07:15 +00:00
2021-06-07 09:07:56 +00:00
2021-06-07 09:08:37 +00:00
2021-06-07 09:09:17 +00:00
2021-06-07 09:09:57 +00:00
2021-06-07 09:10:38 +00:00
2021-06-07 09:11:19 +00:00
2021-06-07 09:11:59 +00:00
2021-06-07 09:12:40 +00:00
2021-06-07 09:13:21 +00:00
2021-06-07 09:14:01 +00:00
2021-06-07 09:14:42 +00:00
2021-06-07 09:15:22 +00:00
2021-06-07 09:16:03 +00:00
2021-06-07 09:16:44 +00:00
2021-06-07 09:17:24 +00:00
2021-06-07 09:18:05 +00:00
2021-06-07 09:18:45 +00:00
2021-06-07 09:19:26 +00:00
2021-06-07 09:20:07 +00:00
2021-06-07 09:20:47 +00:00
2021-06-07 09:21:28 +00:00
2021-06-07 09:22:09 +00:00
2021-06-07 09:22:50 +00:00
2021-06-07 09:23:30 +00:00
2021-06-07 09:24:11 +00:00
2021-06-07 09:24:51 +00:00
2021-06-07 09:25:31 +00:00
2021-06-07 09:26:12 +00:00
2021-06-07 09:26:52 +00:00
2021-06-07 09:27:32 +00:00
2021-06-07 09:28:13 +00:00
2021-06-07 09:28:53 +00:00
2021-06-07 09:29:34 +00:00
2021-06-07 09:30:14 +00:00
2021-06-07 09:30:55 +00:00
2021-06-07 09:31:35 +00:00
2021-06-07 09:32:15 +00:00
2021-06-07 09:32:56 +00:00
2021-06-07 09:33:37 +00:00
2021-06-07 09:34:17 +00:00
2021-06-07 09:34:57 +00:00
2021-06-07 09:35:38 +00:00
2021-06-07 09:36:18 +00:00
2021-06-07 09:36:59 +00:00
2021-06-07 09:37:39 +00:00
2021-06-08 07:03:37 +00:00
2021-06-07 09:38:20 +00:00
2021-06-07 07:06:12 +00:00
2021-06-07 07:06:02 +00:00
"for i in `seq 1 30`; do
node main.js &&
s=$$? && break || s=$$?;
echo \"Tried $$i times. Waiting 5 secs...\";
sleep 5;
done; (exit $$s)"
2020-09-27 22:40:10 +00:00
healthcheck:
test: "nodejs -e \"http.get('http://localhost:3000', (res) => { console.log('status: ', res.statusCode); if (res.statusCode == 200) { process.exit(0); } else { process.exit(1); } });\""
interval: 30s
timeout: 10s
retries: 3
start_period: 1m
2020-09-24 17:25:27 +00:00
deploy:
2020-09-27 22:40:10 +00:00
update_config:
failure_action: rollback
order: start-first
2020-09-24 17:25:27 +00:00
labels:
- "traefik.enable=true"
- "traefik.docker.network=proxy"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=3000"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`${EXTRA_DOMAINS})"
2020-09-24 17:25:27 +00:00
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true"
- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}"
2021-06-08 07:03:37 +00:00
- coop-cloud.${STACK_NAME}.app.version=3.15.0-
db:
2021-04-04 18:53:08 +00:00
image: mongo:3.7
2020-09-24 17:25:27 +00:00
volumes:
2021-04-04 19:56:52 +00:00
- mongo:/data/db
#- ./data/dump:/dump
2020-09-24 17:25:27 +00:00
command: mongod --smallfiles --oplogSize 128 --replSet rs0
networks:
- internal
labels:
- "traefik.enable=false"
2021-04-04 19:56:52 +00:00
deploy:
labels:
- coop-cloud.${STACK_NAME}.db.version=3.7-736eec20
2020-09-24 17:25:27 +00:00
# this container's job is just run the command to initialize the replica set.
# it will run the command and remove himself (it will not stay running)
mongo-init-replica:
2021-06-07 07:03:49 +00:00
image: mongo:4.4
2020-09-24 17:25:27 +00:00
command: >
bash -c
2021-04-05 10:52:03 +00:00
2021-06-07 07:28:52 +00:00
2021-06-07 07:29:32 +00:00
2021-06-07 07:30:13 +00:00
2021-06-07 07:30:53 +00:00
2021-06-07 07:31:34 +00:00
2021-06-07 07:32:14 +00:00
2021-06-07 07:32:54 +00:00
2021-06-07 07:33:35 +00:00
2021-06-07 07:34:15 +00:00
2021-06-07 07:35:36 +00:00
2021-06-07 07:36:16 +00:00
2021-06-07 07:36:57 +00:00
2021-06-07 07:37:37 +00:00
2021-06-07 07:38:18 +00:00
2021-06-07 07:38:58 +00:00
2021-06-07 07:39:38 +00:00
2021-06-07 07:40:19 +00:00
2021-06-07 07:40:59 +00:00
2021-06-07 07:41:40 +00:00
2021-06-07 07:42:20 +00:00
2021-06-07 07:43:00 +00:00
2021-06-07 07:43:40 +00:00
2021-06-07 07:44:21 +00:00
2021-06-07 07:45:01 +00:00
2021-06-07 07:45:42 +00:00
2021-06-07 07:46:22 +00:00
2021-06-07 07:47:02 +00:00
2021-06-07 07:47:42 +00:00
2021-06-07 07:48:23 +00:00
2021-06-07 07:49:02 +00:00
2021-06-07 07:49:43 +00:00
2021-06-07 07:50:23 +00:00
2021-06-07 07:51:04 +00:00
2021-06-07 07:51:44 +00:00
2021-06-07 07:52:24 +00:00
2021-06-07 07:53:04 +00:00
2021-06-07 07:53:44 +00:00
2021-06-07 07:54:25 +00:00
2021-06-07 07:55:06 +00:00
2021-06-07 07:55:46 +00:00
2021-06-07 07:56:27 +00:00
2021-06-07 07:57:07 +00:00
2021-06-07 07:57:47 +00:00
2021-06-07 07:58:28 +00:00
2021-06-07 07:59:08 +00:00
2021-06-07 07:59:48 +00:00
2021-06-07 08:00:29 +00:00
2021-06-07 08:01:10 +00:00
2021-06-07 08:01:51 +00:00
2021-06-07 08:02:31 +00:00
2021-06-07 08:03:14 +00:00
2021-06-07 08:03:54 +00:00
2021-06-07 08:04:34 +00:00
2021-06-07 08:05:15 +00:00
2021-06-07 08:05:55 +00:00
2021-06-07 08:06:36 +00:00
2021-06-07 08:07:16 +00:00
2021-06-07 08:07:57 +00:00
2021-06-07 08:08:37 +00:00
2021-06-07 08:09:18 +00:00
2021-06-07 08:09:58 +00:00
2021-06-07 08:10:38 +00:00
2021-06-07 08:11:19 +00:00
2021-06-07 08:11:59 +00:00
2021-06-07 08:12:40 +00:00
2021-06-07 08:13:20 +00:00
2021-06-07 08:14:01 +00:00
2021-06-07 08:14:41 +00:00
2021-06-07 08:15:21 +00:00
2021-06-07 08:16:02 +00:00
2021-06-07 08:16:42 +00:00
2021-06-07 08:17:23 +00:00
2021-06-07 08:18:03 +00:00
2021-06-07 08:18:43 +00:00
2021-06-07 08:19:23 +00:00
2021-06-07 08:20:04 +00:00
2021-06-07 08:20:45 +00:00
2021-06-07 08:21:25 +00:00
2021-06-07 08:22:05 +00:00
2021-06-07 08:22:46 +00:00
2021-06-07 08:23:26 +00:00
2021-06-07 08:24:07 +00:00
2021-06-07 08:24:48 +00:00
2021-06-07 08:25:28 +00:00
2021-06-07 08:26:09 +00:00
2021-06-07 08:26:50 +00:00
2021-06-07 08:27:30 +00:00
2021-06-07 08:28:11 +00:00
2021-06-07 08:34:29 +00:00
2021-06-07 08:35:18 +00:00
2021-06-07 08:35:58 +00:00
2021-06-07 08:42:11 +00:00
2021-06-07 08:42:56 +00:00
2021-06-07 08:43:36 +00:00
2021-06-07 08:44:17 +00:00
2021-06-07 08:44:57 +00:00
2021-06-07 08:45:38 +00:00
2021-06-07 08:46:19 +00:00
2021-06-07 08:46:59 +00:00
2021-06-07 08:47:40 +00:00
2021-06-07 08:48:20 +00:00
2021-06-07 08:49:00 +00:00
2021-06-07 08:49:41 +00:00
2021-06-07 08:50:21 +00:00
2021-06-07 08:51:01 +00:00
2021-06-07 08:51:42 +00:00
2021-06-07 08:52:23 +00:00
2021-06-07 08:53:03 +00:00
2021-06-07 08:53:44 +00:00
2021-06-07 08:54:25 +00:00
2021-06-07 08:55:05 +00:00
2021-06-07 08:55:46 +00:00
2021-06-07 08:56:26 +00:00
2021-06-07 08:57:07 +00:00
2021-06-07 08:57:48 +00:00
2021-06-07 08:58:28 +00:00
2021-06-07 08:59:09 +00:00
2021-06-07 08:59:49 +00:00
2021-06-07 09:00:30 +00:00
2021-06-07 09:01:10 +00:00
2021-06-07 09:01:51 +00:00
2021-06-07 09:02:32 +00:00
2021-06-07 09:03:12 +00:00
2021-06-07 09:03:53 +00:00
2021-06-07 09:04:33 +00:00
2021-06-07 09:05:14 +00:00
2021-06-07 09:05:54 +00:00
2021-06-07 09:06:35 +00:00
2021-06-07 09:07:15 +00:00
2021-06-07 09:07:56 +00:00
2021-06-07 09:08:37 +00:00
2021-06-07 09:09:17 +00:00
2021-06-07 09:09:57 +00:00
2021-06-07 09:10:38 +00:00
2021-06-07 09:11:19 +00:00
2021-06-07 09:11:59 +00:00
2021-06-07 09:12:40 +00:00
2021-06-07 09:13:21 +00:00
2021-06-07 09:14:01 +00:00
2021-06-07 09:14:42 +00:00
2021-06-07 09:15:22 +00:00
2021-06-07 09:16:03 +00:00
2021-06-07 09:16:44 +00:00
2021-06-07 09:17:24 +00:00
2021-06-07 09:18:05 +00:00
2021-06-07 09:18:45 +00:00
2021-06-07 09:19:26 +00:00
2021-06-07 09:20:07 +00:00
2021-06-07 09:20:47 +00:00
2021-06-07 09:21:28 +00:00
2021-06-07 09:22:09 +00:00
2021-06-07 09:22:50 +00:00
2021-06-07 09:23:30 +00:00
2021-06-07 09:24:11 +00:00
2021-06-07 09:24:51 +00:00
2021-06-07 09:25:31 +00:00
2021-06-07 09:26:12 +00:00
2021-06-07 09:26:52 +00:00
2021-06-07 09:27:32 +00:00
2021-06-07 09:28:13 +00:00
2021-06-07 09:28:53 +00:00
2021-06-07 09:29:34 +00:00
2021-06-07 09:30:14 +00:00
2021-06-07 09:30:55 +00:00
2021-06-07 09:31:35 +00:00
2021-06-07 09:32:15 +00:00
2021-06-07 09:32:56 +00:00
2021-06-07 09:33:37 +00:00
2021-06-07 09:34:17 +00:00
2021-06-07 09:34:57 +00:00
2021-06-07 09:35:38 +00:00
2021-06-07 09:36:18 +00:00
2021-06-07 09:36:59 +00:00
2021-06-07 09:37:39 +00:00
2021-06-08 07:03:37 +00:00
2021-06-07 09:38:20 +00:00
2021-06-07 07:34:56 +00:00
2021-06-07 07:34:15 +00:00
2021-04-05 10:52:03 +00:00
2021-06-07 07:03:59 +00:00
2021-06-07 07:04:08 +00:00
2021-06-07 07:04:26 +00:00
2021-06-07 07:05:06 +00:00
2021-06-07 07:05:17 +00:00
2021-06-07 07:05:27 +00:00
2021-06-07 07:05:38 +00:00
2021-06-07 07:05:52 +00:00
2021-06-07 07:06:12 +00:00
2021-06-07 07:06:23 +00:00
2021-06-07 07:06:47 +00:00
2021-06-07 07:07:09 +00:00
2021-06-07 07:07:20 +00:00
2021-06-07 07:07:30 +00:00
2021-06-07 07:07:41 +00:00
2021-06-07 07:07:55 +00:00
2021-06-07 07:08:14 +00:00
2021-06-07 07:08:24 +00:00
2021-06-07 07:08:34 +00:00
2021-06-07 07:08:45 +00:00
2021-06-07 07:08:56 +00:00
2021-06-07 07:09:23 +00:00
2021-06-07 07:09:34 +00:00
2021-06-07 07:09:45 +00:00
2021-06-07 07:10:11 +00:00
2021-06-07 07:10:34 +00:00
2021-06-07 07:10:45 +00:00
2021-06-07 07:10:56 +00:00
2021-06-07 07:11:07 +00:00
2021-06-07 07:11:38 +00:00
2021-06-07 07:11:50 +00:00
2021-06-07 07:12:00 +00:00
2021-06-07 07:12:12 +00:00
2021-06-07 07:12:29 +00:00
2021-06-07 07:12:53 +00:00
2021-06-07 07:13:04 +00:00
2021-06-07 07:13:14 +00:00
2021-06-07 07:13:25 +00:00
2021-06-07 07:13:44 +00:00
2021-06-07 07:14:03 +00:00
2021-06-07 07:14:14 +00:00
2021-06-07 07:14:24 +00:00
2021-06-07 07:14:35 +00:00
2021-06-07 07:14:58 +00:00
2021-06-07 07:15:13 +00:00
2021-06-07 07:15:24 +00:00
2021-06-07 07:15:35 +00:00
2021-06-07 07:15:45 +00:00
2021-06-07 07:15:56 +00:00
2021-06-07 07:16:20 +00:00
2021-06-07 07:16:32 +00:00
2021-06-07 07:16:43 +00:00
2021-06-07 07:16:54 +00:00
2021-06-07 07:17:04 +00:00
2021-06-07 07:17:15 +00:00
2021-06-07 07:17:33 +00:00
2021-06-07 07:17:55 +00:00
2021-06-07 07:18:06 +00:00
2021-06-07 07:18:16 +00:00
2021-06-07 07:18:27 +00:00
2021-06-07 07:18:39 +00:00
2021-06-07 07:18:49 +00:00
2021-06-07 07:19:00 +00:00
2021-06-07 07:19:11 +00:00
2021-06-07 07:19:22 +00:00
2021-06-07 07:19:41 +00:00
2021-06-07 07:19:51 +00:00
2021-06-07 07:20:02 +00:00
2021-06-07 07:20:14 +00:00
2021-06-07 07:20:30 +00:00
2021-06-07 07:20:52 +00:00
2021-06-07 07:21:03 +00:00
2021-06-07 07:21:14 +00:00
2021-06-07 07:21:26 +00:00
2021-06-07 07:21:37 +00:00
2021-06-07 07:21:48 +00:00
2021-06-07 07:21:59 +00:00
2021-06-07 07:22:10 +00:00
2021-06-07 07:22:21 +00:00
2021-06-07 07:22:33 +00:00
2021-06-07 07:22:43 +00:00
2021-06-07 07:22:54 +00:00
2021-06-07 07:23:05 +00:00
2021-06-07 07:23:16 +00:00
2021-06-07 07:23:27 +00:00
2021-06-07 07:23:38 +00:00
2021-06-07 07:23:48 +00:00
2021-06-07 07:23:59 +00:00
2021-06-07 07:24:10 +00:00
2021-06-07 07:24:50 +00:00
2021-06-07 07:25:30 +00:00
2021-06-07 07:26:11 +00:00
2021-06-07 07:26:51 +00:00
2021-06-07 07:27:32 +00:00
2021-06-07 07:28:12 +00:00
2021-06-07 07:06:12 +00:00
2021-06-07 07:06:02 +00:00
2020-09-24 17:25:27 +00:00
"for i in `seq 1 30`; do
mongo db/rocketchat --eval \"
2020-09-24 17:25:27 +00:00
rs.initiate({
_id: 'rs0',
members: [ { _id: 0, host: 'localhost:27017' } ]})\" &&
s=$$? && break || s=$$?;
echo \"Tried $$i times. Waiting 5 secs...\";
sleep 5;
done; (exit $$s)"
depends_on:
- db
2020-09-24 17:25:27 +00:00
networks:
- internal
2021-06-07 07:03:59 +00:00
deploy:
2021-06-07 07:04:08 +00:00
labels: ['coop-cloud.${STACK_NAME}.mongo-init-replica.version=4.4-']
2020-09-24 17:25:27 +00:00
networks:
proxy:
external: true
internal:
volumes:
rocketchat_uploads:
mongo:
2020-09-24 18:56:27 +00:00
secrets:
2021-04-04 19:56:52 +00:00
admin_password:
external: true
2021-02-14 23:31:04 +00:00
name: ${STACK_NAME}_admin_password_${SECRET_ADMIN_PASSWORD_VERSION}
2020-09-24 18:56:27 +00:00
configs:
entrypoint_conf:
name: ${STACK_NAME}_entrypoint_${ENTRYPOINT_CONF_VERSION}
file: entrypoint.sh.tmpl
template_driver: golang