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:
driver: overlay
attachable: true
internal: true
public:
external: true
badge-net:

View File

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

View File

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