This commit is contained in:
zuowei1216
2025-12-22 21:33:18 +08:00
parent 1b19ff1b92
commit 6c73b31100
5 changed files with 142 additions and 5 deletions

View File

@@ -94,9 +94,24 @@ services:
networks:
- designer_net
# ==================== Portainer (Docker管理) ====================
portainer:
image: portainer/portainer-ce:latest
container_name: designercep_portainer
restart: unless-stopped
ports:
- "9000:9000"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- portainer_data:/data
networks:
- designer_net
volumes:
db_data2:
driver: local
portainer_data:
driver: local
networks:
designer_net: