Merge branch 'home-deploy' of https://sigyl.com/git/giles/stack into home-deploy
This commit is contained in:
commit
4ae7d24dd1
|
@ -0,0 +1,3 @@
|
||||||
|
set -e
|
||||||
|
docker build . -f Dockerfile.home --build-arg image=nginx:latest -t $1nginx-home1
|
||||||
|
docker push $1nginx-home1
|
|
@ -0,0 +1,2 @@
|
||||||
|
docker build ngrok-gitea -t ${LOCAL_DOCKER_REGISTRY}/ngrok-gitea
|
||||||
|
docker push ${LOCAL_DOCKER_REGISTRY}/ngrok-gitea
|
|
@ -0,0 +1,2 @@
|
||||||
|
docker build guacamole-postgresql -t ${LOCAL_DOCKER_REGISTRY}/guacamole-postgresql
|
||||||
|
docker push ${LOCAL_DOCKER_REGISTRY}/guacamole-postgresql
|
Reference in New Issue