Update stack.production.yml

This commit is contained in:
colin 2025-02-05 14:34:01 -05:00
parent ae8ef9381a
commit dbb419bce4
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
networks: networks:
traefik: traefik:
external: true external: true
portainer_network: portainer:
driver: overlay driver: overlay
volumes: volumes:
@ -32,12 +32,12 @@ services:
traefik.http.routers.portainer.middlewares: authelia_authelia@docker traefik.http.routers.portainer.middlewares: authelia_authelia@docker
networks: networks:
- traefik - traefik
- portainer_network - portainer
portainer_agent: portainer_agent:
image: git.nixc.us/nixius/portainer:production-agent image: git.nixc.us/nixius/portainer:production-agent
environment: environment:
- AGENT_CLUSTER_ADDR=portainer - AGENT_CLUSTER_ADDR=portainer_portainer
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
- portainer_agent_data:/data - portainer_agent_data:/data
@ -46,4 +46,4 @@ services:
labels: labels:
- "traefik.enable=false" - "traefik.enable=false"
networks: networks:
- portainer_network - portainer