..
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
5d55ca833a
commit
4968b75c69
|
@ -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),
|
||||
]
|
||||
)
|
||||
|
|
@ -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:
|
||||
|
|
Reference in New Issue