Update stack.production.yml

This commit is contained in:
colin 2025-02-05 15:10:08 -05:00
parent 3fd6f592d7
commit 4f36ebb422
1 changed files with 1 additions and 1 deletions

View File

@ -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