Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ deploy-pro: image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest variables: DOCKER_DRIVER: overlay2 STATUS_CHECK_DELAY: '60' STATUS_CHECK_DELAY: '120' STATUS_CHECK_INTERVAL: '20' SSH_REMOTE: ${PRO_SSH_REMOTE} SERVICE: elastic Loading docker-compose.prod.yml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ services: deploy: mode: replicated replicas: 3 endpoint_mode: dnsrr placement: constraints: - node.role == worker Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -146,7 +146,7 @@ deploy-pro: image: registry.gitlab.com/redmic-project/docker/docker-deploy:latest variables: DOCKER_DRIVER: overlay2 STATUS_CHECK_DELAY: '60' STATUS_CHECK_DELAY: '120' STATUS_CHECK_INTERVAL: '20' SSH_REMOTE: ${PRO_SSH_REMOTE} SERVICE: elastic Loading
docker-compose.prod.yml +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ services: deploy: mode: replicated replicas: 3 endpoint_mode: dnsrr placement: constraints: - node.role == worker Loading