Add x-dockge.url labels to all services with web UIs
- Added x-dockge.url=https://service. labels to all services that have Traefik routers - Enables Dockge to display direct links to service web interfaces - Covers all stacks: core, infrastructure, media, productivity, monitoring, utilities, etc.
This commit is contained in:
@@ -42,6 +42,8 @@ services:
|
||||
- "traefik.http.routers.gitlab.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.routers.gitlab.middlewares=authelia@docker"
|
||||
- "traefik.http.services.gitlab.loadbalancer.server.port=80"
|
||||
- "x-dockge.url=https://gitlab.${DOMAIN}"
|
||||
- "x-dockge.url=https://gitlab.${DOMAIN}"
|
||||
|
||||
# PostgreSQL - Database for development
|
||||
# Access at: localhost:5432 from other containers
|
||||
|
||||
Reference in New Issue
Block a user