Update stack.production.yml
This commit is contained in:
parent
3fd6f592d7
commit
4f36ebb422
|
@ -43,7 +43,7 @@ services:
|
||||||
image: git.nixc.us/nixius/portainer:production-agent
|
image: git.nixc.us/nixius/portainer:production-agent
|
||||||
environment:
|
environment:
|
||||||
- EDGE=1
|
- EDGE=1
|
||||||
- EDGE_ID=${PORTAINER_EDGE_ID}
|
- EDGE_ID={{.Node.Hostname}}
|
||||||
- EDGE_KEY=${PORTAINER_EDGE_KEY}
|
- EDGE_KEY=${PORTAINER_EDGE_KEY}
|
||||||
- EDGE_INSECURE_POLL=1
|
- EDGE_INSECURE_POLL=1
|
||||||
- AGENT_CLUSTER_ADDR=tasks.portainer_agent
|
- AGENT_CLUSTER_ADDR=tasks.portainer_agent
|
||||||
|
|
Loading…
Reference in New Issue