add lauser img; add program info;

This commit is contained in:
haidertiz
2025-07-09 15:48:20 +02:00
parent 936e930492
commit cc73c982f2
4 changed files with 99 additions and 12 deletions

View File

@@ -1,5 +1,3 @@
version: '3.8'
services:
web:
build:
@@ -12,10 +10,10 @@ services:
restart: always
labels:
- traefik.enable=true
- traefik.http.routers.qplp.entrypoints=websecure
- traefik.http.routers.qplp.rule=Host(`poc.haider.app`)
- traefik.http.routers.qplp.tls=true
- traefik.http.routers.qplp.tls.certresolver=production
- traefik.http.routers.quarryparty.rule=Host(`steinbruchfest.at`) || Host(`www.steinbruchfest.at`)
- traefik.http.routers.quarryparty.entrypoints=websecure
- traefik.http.routers.quarryparty.tls=true
- traefik.http.routers.quarryparty.tls.certresolver=production
- traefik.docker.network=traefik_nw_public
networks:
- traefik_nw_public