.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-04-28 14:27:59 +01:00
parent 1d2ba74afc
commit e76411086b
2 changed files with 23 additions and 24 deletions

View File

@ -33,28 +33,28 @@ def main(ctx):
#build("ngrok-gitea"),
#build("letsencrypt-nginx"),
#build("drone-starlark"),
buildDockerFolder(
"Dockerfile.home",
"nginx:latest",
"$${LOCAL_DOCKER_REGISTRY}home",
"letsencrypt-nginx",
"home",
),
#buildDockerFolder(
# "Dockerfile.home",
# "nginx:latest",
# "$${LOCAL_DOCKER_REGISTRY}home",
# "letsencrypt-nginx",
# "home",
#),
buildDockerFolder(
"Dockerfile.blog",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-blog",
"letsencrypt-nginx",
"blog",
),
buildDockerFolder(
"Dockerfile.drone",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
"letsencrypt-nginx",
"drone",
),
#buildDockerFolder(
# "Dockerfile.blog",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-blog",
# "letsencrypt-nginx",
# "blog",
#),
#buildDockerFolder(
# "Dockerfile.drone",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
# "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
# "letsencrypt-nginx",
# "drone",
#),
buildDockerFolder(
"Dockerfile.git",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",

View File

@ -93,7 +93,7 @@ services:
- ROOT_URL=https://${GIT_DOMAIN}/git
- SSH_DOMAIN=${GIT_DOMAIN}
volumes:
- gitea-app:/data
- gitea-app-1:/data
ports:
- 3000:3000
- 22:22
@ -356,8 +356,7 @@ services:
- 80:80
volumes:
gitea-app:
gitea-db:
gitea-app-1:
drone:
drone-data:
registry-data: