refactor docker swarm to use just home without workers for now
add caching at nginx level for portainer and gitea
This commit is contained in:
7
dockerfiles/services/sslproxy/build.sh
Normal file
7
dockerfiles/services/sslproxy/build.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash -ex
|
||||
|
||||
docker login -u richard -p $DKREGISTRY_PASS http://$DKREGISTRY
|
||||
|
||||
(docker-compose -f docker-compose.yml build)
|
||||
|
||||
docker push dkregistry.xai-corp.net:5000/sslproxy:2.1
|
||||
Reference in New Issue
Block a user