.
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
6bd9d5a137
commit
d151b830b8
|
@ -75,8 +75,6 @@ services:
|
|||
image: ${LOCAL_DOCKER_REGISTRY}ngrok-gitea
|
||||
ports:
|
||||
- "4040:4040"
|
||||
volumes:
|
||||
- ./ngrok-gitea/ngrok._yml:/home/ngrok/.ngrok2/ngrok._yml:ro
|
||||
environment:
|
||||
- GIT_DOMAIN=${GIT_DOMAIN}
|
||||
- DRONE_DOMAIN=${DRONE_DOMAIN}
|
||||
|
|
|
@ -45,6 +45,13 @@ def drone(
|
|||
"letsencrypt-nginx",
|
||||
"git",
|
||||
),
|
||||
buildDockerFolder(
|
||||
"Dockerfile.drone",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
|
||||
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
|
||||
"letsencrypt-nginx",
|
||||
"drone",
|
||||
),
|
||||
scp(base),
|
||||
pull([
|
||||
"letsencrypt-git",
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
FROM wernight/ngrok
|
||||
COPY run.sh /
|
||||
COPY ngrok._yml /home/ngrok/.ngrok2/ngrok._yml
|
||||
USER root
|
||||
RUN apk add gettext # enables envsubst
|
||||
CMD sh /run.sh
|
|
@ -22,30 +22,4 @@ tunnels:
|
|||
addr: letsencrypt-drone:443
|
||||
proto: tls
|
||||
hostname: ${DRONE_DOMAIN}
|
||||
#remote:
|
||||
# addr: letsencrypt-remote:80
|
||||
# proto: http
|
||||
# hostname: ${REMOTE_DOMAIN}
|
||||
# bind_tls: false
|
||||
#remote-tls:
|
||||
# addr: letsencrypt-remote:443
|
||||
# proto: tls
|
||||
# hostname: ${REMOTE_DOMAIN}
|
||||
#blog:
|
||||
# addr: letsencrypt-blog:80
|
||||
# proto: http
|
||||
# hostname: ${BLOG_DOMAIN}
|
||||
# bind-tls: false
|
||||
#blog-tls:
|
||||
# addr: letsencrypt-blog:443
|
||||
# proto: tls
|
||||
# hostname: ${BLOG_DOMAIN}
|
||||
#chat:
|
||||
# addr: letsencrypt-chat:80
|
||||
# proto: http
|
||||
# hostname: ${CHAT_DOMAIN}
|
||||
# bind_tls: false
|
||||
#chat-tls:
|
||||
# addr: letsencrypt-chat:443
|
||||
# proto: tls
|
||||
# hostname: ${CHAT_DOMAIN}
|
||||
|
Reference in New Issue