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

This commit is contained in:
Giles Bradshaw 2020-10-23 10:39:23 +01:00
parent 54a3820fea
commit 4abfd1c355
1 changed files with 2 additions and 2 deletions

View File

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