diff --git a/.drone-home.star b/.drone-home.star index 8b6de3a..b7218ff 100644 --- a/.drone-home.star +++ b/.drone-home.star @@ -13,7 +13,6 @@ def main(ctx): "docker service scale {name}_ngrok=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-git=1".format(name=stackName), ] ) \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index cbabe21..df6ae62 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,7 +47,7 @@ services: deploy: placement: constraints: [node.labels.com.sigyl.git-stack == yes] - replicas: 1 + replicas: 0 restart_policy: condition: any image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-drone @@ -272,7 +272,7 @@ services: COMMENTO_SMTP_FROM_ADDRESS: $COMMENTO_SMTP_FROM_ADDRESS COMMENTO_FORBID_NEW_OWNERS: $COMMENTO_FORBID_NEW_OWNERS 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: - appnet commento-postgres: