Intial repository commit

This commit is contained in:
2025-11-25 14:15:40 -05:00
commit 44c853f580
67 changed files with 34583 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:lts
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /home/szumkoal/docker/portainer/config:/data
ports:
- 9443:9443
- 8000:8000
networks:
default:
name: portainer_network