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

This commit is contained in:
Giles Bradshaw 2020-10-22 17:13:12 +01:00
parent 65270d533c
commit d6abd8898e
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
sh $(dirname $0)/login.sh $1 "$2" \ sh $(dirname $0)/login.sh $1 "$2" \
&& sh $(dirname $0)/initialise-image.sh $1 \ && sh $(dirname $0)/initialise-image.sh $1 \
portainer/portainer-ce:2.0.0-alpine@sha256:5555e1538aa4bc56d7ae85787278e4b972573b205e2ae260717ef17985e0e24f \ portainer/portainer-ce:2.0.0-alpine@sha256:5555e1538aa4bc56d7ae85787278e4b972573b205e2ae260717ef17985e0e24f \
portainer/portainer-ce:2.0.0-alpine \ sigyl.stack.portainer_portainer/portainer-ce:2.0.0-alpine \
&& sh $(dirname $0)/initialise-image.sh $1 \ && sh $(dirname $0)/initialise-image.sh $1 \
portainer/agent:2.0.0@sha256:8f994457bc32480bff351f0b1d371557238e69f5902037addfe76fa7bd930b9d \ portainer/agent:2.0.0@sha256:8f994457bc32480bff351f0b1d371557238e69f5902037addfe76fa7bd930b9d \
portainer/agent:2.0.0 sigyl.stack.portainer_portainer/agent:2.0.0

View File

@ -1,7 +1,7 @@
version: "3.7" version: "3.7"
services: services:
portainer: portainer:
image: portainer/portainer-ce:2.0.0-alpine@sha256:5555e1538aa4bc56d7ae85787278e4b972573b205e2ae260717ef17985e0e24f image: ${LOCAL_DOCKER_REGISTRY}sigyl.stack.portainer_portainer/portainer-ce:2.0.0-alpine
command: -H tcp://tasks.portainer-agent:9001 --tlsskipverify command: -H tcp://tasks.portainer-agent:9001 --tlsskipverify
# command: -H unix:///var/run/docker.sock # command: -H unix:///var/run/docker.sock
deploy: deploy:
@ -18,7 +18,7 @@ services:
- appnet - appnet
- externalnet - externalnet
portainer-agent: portainer-agent:
image: portainer/agent:2.0.0@sha256:8f994457bc32480bff351f0b1d371557238e69f5902037addfe76fa7bd930b9d image: ${LOCAL_DOCKER_REGISTRY}sigyl.stack.portainer_portainer/agent:2.0.0
environment: environment:
# REQUIRED: Should be equal to the service name prefixed by "tasks." when # REQUIRED: Should be equal to the service name prefixed by "tasks." when
# deployed inside an overlay network # deployed inside an overlay network