.
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("ngrok-gitea"),
#build("letsencrypt-nginx"), #build("letsencrypt-nginx"),
#build("drone-starlark"), #build("drone-starlark"),
buildDockerFolder( #buildDockerFolder(
"Dockerfile.home", # "Dockerfile.home",
"nginx:latest", # "nginx:latest",
"$${LOCAL_DOCKER_REGISTRY}home", # "$${LOCAL_DOCKER_REGISTRY}home",
"letsencrypt-nginx", # "letsencrypt-nginx",
"home", # "home",
), #),
buildDockerFolder( #buildDockerFolder(
"Dockerfile.blog", # "Dockerfile.blog",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-blog", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-blog",
"letsencrypt-nginx", # "letsencrypt-nginx",
"blog", # "blog",
), #),
buildDockerFolder( #buildDockerFolder(
"Dockerfile.drone", # "Dockerfile.drone",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone", # "$${LOCAL_DOCKER_REGISTRY}letsencrypt-drone",
"letsencrypt-nginx", # "letsencrypt-nginx",
"drone", # "drone",
), #),
buildDockerFolder( buildDockerFolder(
"Dockerfile.git", "Dockerfile.git",
"$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx", "$${LOCAL_DOCKER_REGISTRY}letsencrypt-nginx",

View File

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