Release v1.0.1: PVE Auth Fix, Logout Cache-Buster und Docker-Hub Vorbereitung

This commit is contained in:
root
2026-08-23 21:15:05 +02:00
parent 4526301fd1
commit cc7bc514e1
6 changed files with 149 additions and 72 deletions
+4 -10
View File
@@ -1,20 +1,14 @@
# /home/docker/pve_dashboard/docker-compose.yml
version: '3.8'
services:
pve-dashboard:
build: .
container_name: pve_unified_console
image: stessmann/proxmox-unified-console:latest
container_name: puc_dashboard
restart: unless-stopped
ports:
# Port 80 bleibt fürs Testing / HAProxy
- "8080:80"
# NEU: Port 443 für sicheres NoVNC! (Wir mappen es nach außen z.B. auf 8443)
- "8443:443"
- "8443:443"
volumes:
# Dein Source-Code
- ./src:/var/www/html
# Deine Datenbank, sicher ausgelagert
- ./data:/var/www/data
environment:
- TZ=Europe/Berlin
- TZ=Europe/Berlin