infra(portainer): docker-compose neu erstellt

This commit is contained in:
2026-02-25 17:59:56 +01:00
parent b4ec3b127d
commit 7ec3ae41ed

View File

@@ -1,16 +1,13 @@
#
services: services:
portainer: portainer:
image: portainer/portainer-ce:2.27.3 image: portainer/portainer-ee:2.27.3
container_name: portainer container_name: portainer
restart: unless-stopped restart: unless-stopped
ports: ports:
- "9000:9000" - "9000:9000" # Webinterface
- "9443:9443" - "9443:9443"
volumes: volumes:
- /docker/Daten/portainer-data:/data - /docker/Daten/portainer-data:/data:rw # Portainer-Daten (DB + Key)
- /var/run/docker.sock:/var/run/docker.sock
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
command: -H tcp://172.17.0.1:9002 - /var/run/docker.sock:/var/run/docker.sock:ro
#für die ssh verbindung zu seanluc1 hetzner
#intern 9002, Verbindung über 9001