mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
Refactor portainer service in swarm/portainer.yml to use specific version of portainer-ce image
This commit is contained in:
+2
-2
@@ -1,10 +1,10 @@
|
|||||||
services:
|
services:
|
||||||
agent:
|
agent:
|
||||||
image: portainer/agent
|
image: portainer/agent:sts
|
||||||
environment:
|
environment:
|
||||||
AGENT_CLUSTER_ADDR: tasks.agent
|
AGENT_CLUSTER_ADDR: tasks.agent
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock:z
|
||||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||||
networks:
|
networks:
|
||||||
- agent-network
|
- agent-network
|
||||||
|
|||||||
Reference in New Issue
Block a user