This commit is contained in:
2025-11-19 03:39:16 +00:00
parent 37e29473c2
commit 945a0bfdb7
3 changed files with 7 additions and 2 deletions

View File

@@ -250,6 +250,7 @@ networks:
openwebui-net: openwebui-net:
driver: overlay driver: overlay
attachable: true attachable: true
internal: true
public: public:
external: true external: true
badge-net: badge-net:

View File

@@ -28,7 +28,7 @@ services:
# deployed inside an overlay network # deployed inside an overlay network
AGENT_CLUSTER_ADDR: tasks.portainer_agent AGENT_CLUSTER_ADDR: tasks.portainer_agent
AGENT_SECRET: portainer_agent_secret_key_2024 AGENT_SECRET: portainer_agent_secret_key_2024
# AGENT_PORT: 9001 AGENT_PORT: 9001
LOG_LEVEL: WARN LOG_LEVEL: WARN
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
@@ -52,7 +52,7 @@ services:
- "8000:8000" - "8000:8000"
volumes: volumes:
- portainer_data:/data - portainer_data:/data
# - /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
# - /:/host # - /:/host
environment: environment:
AGENT_SECRET: portainer_agent_secret_key_2024 AGENT_SECRET: portainer_agent_secret_key_2024
@@ -80,10 +80,12 @@ services:
networks: networks:
public: public:
external: true external: true
driver: overlay
portainer_agent_network: portainer_agent_network:
external: true external: true
badge-net: badge-net:
external: true external: true
driver: overlay
volumes: volumes:
portainer_data: portainer_data:

View File

@@ -86,7 +86,9 @@ services:
networks: networks:
public: public:
external: true external: true
attachable: true
portainer_agent_network: portainer_agent_network:
external: true external: true
badge-net: badge-net:
attachable: true
external: true external: true