Update stack.production.yml
This commit is contained in:
parent
bbe8f081cd
commit
0102a24e96
|
@ -10,7 +10,7 @@ volumes:
|
|||
|
||||
services:
|
||||
portainer:
|
||||
image: git.nixc.us/nixius/portainer:production
|
||||
image: git.nixc.us/nixius/portainer:production-portainer
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /mnt/tank/persist/nixc.us/portainer/data:/data
|
||||
|
@ -35,9 +35,9 @@ services:
|
|||
- portainer_network
|
||||
|
||||
portainer_agent:
|
||||
image: portainer/agent:latest
|
||||
image: git.nixc.us/nixius/portainer:production-agent
|
||||
environment:
|
||||
- AGENT_CLUSTER_ADDR=portainer # Explicitly set to connect to Portainer
|
||||
- AGENT_CLUSTER_ADDR=portainer
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- portainer_agent_data:/data
|
||||
|
|
Loading…
Reference in New Issue