Update stack.staging.yml
This commit is contained in:
parent
4bf07afe66
commit
382dfdb7d7
|
@ -10,7 +10,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
portainer:
|
portainer:
|
||||||
image: git.nixc.us/nixius/portainer:production-portainer
|
image: git.nixc.us/nixius/portainer:staging-portainer
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
- /mnt/tank/persist/nixc.us/portainer/data:/data
|
- /mnt/tank/persist/nixc.us/portainer/data:/data
|
||||||
|
@ -35,7 +35,7 @@ services:
|
||||||
- portainer_network
|
- portainer_network
|
||||||
|
|
||||||
portainer_agent:
|
portainer_agent:
|
||||||
image: git.nixc.us/nixius/portainer:production-agent
|
image: git.nixc.us/nixius/portainer:staging-agent
|
||||||
environment:
|
environment:
|
||||||
- AGENT_CLUSTER_ADDR=portainer
|
- AGENT_CLUSTER_ADDR=portainer
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue