Test Radarr integration with traefik
This commit is contained in:
		
							parent
							
								
									de2ff6369c
								
							
						
					
					
						commit
						2344b8b504
					
				|  | @ -1,3 +1,5 @@ | ||||||
| TRAEFIK_DOMAIN=mydomain.com | TRAEFIK_DOMAIN=mydomain.com | ||||||
| ACME_MAIL=my-email@my-provider.com | ACME_MAIL=my-email@my-provider.com | ||||||
|  | HTTP_USER=myuser | ||||||
|  | HTTP_PASSWORD=mypassword_encoded | ||||||
| PORTAINER_ADMIN_PASSWORD=h4ckMePleAse | PORTAINER_ADMIN_PASSWORD=h4ckMePleAse | ||||||
|  | @ -113,7 +113,7 @@ services: | ||||||
|         build: Dockerfiles/radarr |         build: Dockerfiles/radarr | ||||||
|         restart: always |         restart: always | ||||||
|         networks: |         networks: | ||||||
|             - main |             - web | ||||||
|         volumes: |         volumes: | ||||||
|             - config:/config |             - config:/config | ||||||
|             - torrents:/torrents |             - torrents:/torrents | ||||||
|  | @ -123,6 +123,11 @@ services: | ||||||
|             - PGID=0 |             - PGID=0 | ||||||
|             - PUID=0 |             - PUID=0 | ||||||
|             - TZ=Europe/Paris |             - TZ=Europe/Paris | ||||||
|  |         labels: | ||||||
|  |             - 'traefik.backend=radarr' | ||||||
|  |             - 'traefik.port=7878' | ||||||
|  |             - 'traefik.frontend.rule=Host:radarr.${TRAEFIK_DOMAIN}' | ||||||
|  |             - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' | ||||||
| 
 | 
 | ||||||
|     organizr: |     organizr: | ||||||
|         image: lsiocommunity/organizr |         image: lsiocommunity/organizr | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue