Use Traefik service labels to have 2 routes to flood container
A route for flood, another for rutorrent
This commit is contained in:
		
							parent
							
								
									aa6f063f33
								
							
						
					
					
						commit
						a1508400a3
					
				|  | @ -213,12 +213,17 @@ services: | ||||||
|             - PUID=0 |             - PUID=0 | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=flood' |  | ||||||
|             - 'traefik.port=443' |  | ||||||
|             - 'traefik.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}' |  | ||||||
|             - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' |  | ||||||
|             - 'traefik.enable=true' |             - 'traefik.enable=true' | ||||||
|             - 'traefik.protocol=https' |             - 'traefik.flood.frontend.backend=flood' | ||||||
|  |             - 'traefik.flood.port=3000' | ||||||
|  |             - 'traefik.flood.frontend.rule=Host:flood.${TRAEFIK_DOMAIN}' | ||||||
|  |             - 'traefik.flood.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' | ||||||
|  |             - 'traefik.flood.protocol=https' | ||||||
|  |             - 'traefik.rutorrent.frontend.backend=flood' | ||||||
|  |             - 'traefik.rutorrent.port=443' | ||||||
|  |             - 'traefik.rutorrent.frontend.rule=Host:rutorrent.${TRAEFIK_DOMAIN}' | ||||||
|  |             - 'traefik.rutorrent.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' | ||||||
|  |             - 'traefik.rutorrent.protocol=https' | ||||||
| 
 | 
 | ||||||
|     tautulli: |     tautulli: | ||||||
|         image: linuxserver/tautulli |         image: linuxserver/tautulli | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue