Initial commit

This commit is contained in:
2026-02-24 16:34:39 +03:00
commit ea8fff629c
38 changed files with 4045 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
services:
portainer:
container_name: portainer
image: portainer/portainer-ce:lts
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /srv/homelab/data/portainer/data:/data
ports:
- "9443:9443"
- "8000:8000"
environment:
- TRUSTED_ORIGINS=portainer.home
logging:
driver: json-file
options:
max-size: "10m"
max-file: "5"