.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
1b54e785b3
commit
5b5935afff
|
@ -195,25 +195,7 @@ services:
|
|||
secrets:
|
||||
- registry-cert
|
||||
- registry-key
|
||||
letsencrypt-blog:
|
||||
deploy:
|
||||
placement:
|
||||
constraints: [node.labels.com.sigyl.git-stack == yes]
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
image: ${LOCAL_DOCKER_REGISTRY}letsencrypt-blog
|
||||
environment:
|
||||
- CERTBOT_EMAIL=${CERTBOT_EMAIL}
|
||||
- SERVER_NAME=${BLOG_DOMAIN}
|
||||
- PROXY_PASS=http://ghost:2368
|
||||
volumes:
|
||||
- letsencrypt-blog:/etc/letsencrypt
|
||||
networks:
|
||||
- appnet
|
||||
depends_on:
|
||||
- blog
|
||||
|
||||
|
||||
ghost:
|
||||
deploy:
|
||||
placement:
|
||||
|
|
|
@ -54,6 +54,7 @@ def drone(
|
|||
),
|
||||
scp(base),
|
||||
pull([
|
||||
"ngrok-gitea",
|
||||
"letsencrypt-git",
|
||||
"letsencrypt-drone",
|
||||
"drone-starlark",
|
||||
|
|
Reference in New Issue