.
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
b484d8f2c9
commit
70697264c1
|
@ -168,43 +168,6 @@ services:
|
|||
MYSQL_PASSWORD: ${ZABBIX_MYSQL_PASSWORD}
|
||||
ZBX_SERVER_HOST: zabbix-server
|
||||
PHP_TZ: Europe/London
|
||||
chat:
|
||||
deploy:
|
||||
placement:
|
||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
||||
replicas: 0 # will scale after mongo initated
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: rocketchat/rocket.chat:3.0.7
|
||||
networks:
|
||||
- appnet
|
||||
- externalnet
|
||||
environment:
|
||||
- MONGO_OPLOG_URL=mongodb://chat-mongo:27017/local
|
||||
- ROOT_URL=https://${GIT_DOMAIN}/chat
|
||||
- PORT=3000
|
||||
- MONGO_URL=mongodb://chat-mongo:27017/rocketchat
|
||||
- ADMIN_USERNAME=${CHAT_ADMIN_NAME}
|
||||
- ADMIN_PASS=${CHAT_ADMIN_PASSWORD}
|
||||
- ADMIN_EMAIL=${CHAT_ADMIN_EMAIL}
|
||||
volumes:
|
||||
- chat-uploads:/app/uploads
|
||||
chat-mongo:
|
||||
deploy:
|
||||
placement:
|
||||
constraints: [node.labels.com.sigyl.git-stack-data == yes]
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: mongo:4.0
|
||||
networks:
|
||||
- appnet
|
||||
environment:
|
||||
- MONGO_DATA_DIR=/data/db
|
||||
- MONGO_LOG_DIR=/dev/null
|
||||
volumes:
|
||||
- mongo-chat:/data/db
|
||||
command: mongod --smallfiles --replSet rs0 --oplogSize 128
|
||||
portainer:
|
||||
image: portainer/portainer:1.23.2
|
||||
command: -H tcp://tasks.portainer-agent:9001 --tlsskipverify
|
||||
|
@ -241,8 +204,6 @@ services:
|
|||
constraints: [node.platform.os == linux]
|
||||
volumes:
|
||||
commento-postgresql-data:
|
||||
mongo-chat:
|
||||
chat-uploads:
|
||||
portainer-data:
|
||||
matomo:
|
||||
matomo-mariadb:
|
||||
|
|
Reference in New Issue