.
This commit is contained in:
parent
5f2379b9ab
commit
b1e21bf238
|
@ -2,4 +2,4 @@ export LOCAL_DOCKER_REGISTRY=${REGISTRY_DOMAIN}:${REGISTRY_PORT}/ \
|
|||
&& docker stack rm portainer \
|
||||
&& echo 'sleeping...60' \
|
||||
&& sleep 60 \
|
||||
&& docker stack deploy -c docker-compose.yml portainer
|
||||
&& docker stack deploy -c docker-compose.yml portainer --with-registry-auth
|
||||
|
|
|
@ -4,4 +4,6 @@ sh $(dirname $0)/login.sh $1 "$2" \
|
|||
sigyl.stack.portainer_portainer/portainer-ce:2.0.0-alpine \
|
||||
&& sh $(dirname $0)/initialise-image.sh $1 \
|
||||
portainer/agent:2.0.0@sha256:8f994457bc32480bff351f0b1d371557238e69f5902037addfe76fa7bd930b9d \
|
||||
sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
thisone
|
||||
|
||||
#sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
|
|
|
@ -18,7 +18,8 @@ services:
|
|||
- appnet
|
||||
- externalnet
|
||||
portainer-agent:
|
||||
image: ${LOCAL_DOCKER_REGISTRY}sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
#image: ${LOCAL_DOCKER_REGISTRY}sigyl.stack.portainer_portainer/agent:2.0.0
|
||||
image: ${LOCAL_DOCKER_REGISTRY}thisone
|
||||
environment:
|
||||
# REQUIRED: Should be equal to the service name prefixed by "tasks." when
|
||||
# deployed inside an overlay network
|
||||
|
|
Loading…
Reference in New Issue