leycloud/portainer.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 19:03:35 +01:00
parent 009c8a1f2e
commit 3650199feb
1 changed files with 14 additions and 0 deletions

14
leycloud/portainer.yml Normal file
View File

@ -0,0 +1,14 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: unless-stopped
security_opt:
- no-new-privileges:true
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock # Erlaubt Portainer, Docker zu steuern
- ./data:/data # Hier liegen deine Portainer-Einstellungen
ports:
- '9443:9443' # HTTPS Port für den Direktzugriff (optional)
- '9000:9000' # HTTP Port (den nutzen wir für den Proxy)