Refactor docker and clean old apps

This commit is contained in:
2025-11-01 22:06:02 +01:00
parent 45afd634db
commit cad7c24295
6 changed files with 22 additions and 277 deletions

View File

@@ -0,0 +1,15 @@
services:
portainer:
image: "portainer/portainer-ce:latest"
container_name: "portainer"
restart: unless-stopped
ports:
- 9443:9443
networks:
- bridge
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/srv/data/portainer/data:/data"
networks:
bridge: