add traefik labels;

This commit is contained in:
haidertiz
2025-07-09 13:04:36 +02:00
parent 89aa678cf8
commit 5c8c7ccf45

View File

@@ -9,4 +9,17 @@ services:
GIT_USERNAME: ${GIT_USERNAME}
ports:
- "8150:8150"
restart: unless-stopped
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.docker.network=traefik_nw_public
networks:
- traefik_nw_public
networks:
traefik_nw_public:
external: true