add: add docker compose stacks

This commit is contained in:
2026-01-16 05:50:15 +00:00
commit d542622d00
18 changed files with 583 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
ports:
- 9000:9000
volumes:
- /docker/portainer/data:/data
- /var/run/docker.sock:/var/run/docker.sock
restart: unless-stopped
networks:
- portainer
networks:
portainer:
driver: bridge