Release v1.0.1: PVE Auth Fix, Logout Cache-Buster und Docker-Hub Vorbereitung
This commit is contained in:
+4
-10
@@ -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
|
||||
Reference in New Issue
Block a user