..
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Giles Bradshaw 2020-05-03 23:21:18 +01:00
parent 5d55ca833a
commit 4968b75c69
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@ def main(ctx):
"docker service scale {name}_ngrok=1".format(name=stackName), "docker service scale {name}_ngrok=1".format(name=stackName),
"docker service scale {name}_chat=1".format(name=stackName), "docker service scale {name}_chat=1".format(name=stackName),
"docker service scale {name}_letsencrypt-drone=1".format(name=stackName), "docker service scale {name}_letsencrypt-drone=1".format(name=stackName),
"docker service scale {name}_letsencrypt-git=1".format(name=stackName),
] ]
) )

View File

@ -47,7 +47,7 @@ services:
deploy: deploy:
placement: placement:
constraints: [node.labels.com.sigyl.git-stack == yes] constraints: [node.labels.com.sigyl.git-stack == yes]
replicas: 1 replicas: 0
restart_policy: restart_policy:
condition: any condition: any
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-drone image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-drone
@ -272,7 +272,7 @@ services:
COMMENTO_SMTP_FROM_ADDRESS: $COMMENTO_SMTP_FROM_ADDRESS COMMENTO_SMTP_FROM_ADDRESS: $COMMENTO_SMTP_FROM_ADDRESS
COMMENTO_FORBID_NEW_OWNERS: $COMMENTO_FORBID_NEW_OWNERS COMMENTO_FORBID_NEW_OWNERS: $COMMENTO_FORBID_NEW_OWNERS
COMMENTO_PORT: 8080 COMMENTO_PORT: 8080
COMMENTO_POSTGRES: postgres://commento:your_password_here@guacamole-postgresql:5432/commento?sslmode=disable COMMENTO_POSTGRES: postgres://commento:your_password_here@commento-postgres:5432/commento?sslmode=disable
networks: networks:
- appnet - appnet
commento-postgres: commento-postgres: