Restore homemade plex
This commit is contained in:
		
							parent
							
								
									a178b1cddf
								
							
						
					
					
						commit
						23bec9b7b2
					
				|  | @ -73,40 +73,19 @@ services: | ||||||
|     #     ports: |     #     ports: | ||||||
|     #         - "7474:80" |     #         - "7474:80" | ||||||
| 
 | 
 | ||||||
|     # plex: |  | ||||||
|     #     image: fromenje/seedbox:plex |  | ||||||
|     #     build: Dockerfiles/plex |  | ||||||
|     #     restart: always |  | ||||||
|     #     networks: |  | ||||||
|     #         - web |  | ||||||
|     #     ports: |  | ||||||
|     #         - "32400:32400" |  | ||||||
|     #     volumes: |  | ||||||
|     #         - config:/config |  | ||||||
|     #         - torrents:/torrents |  | ||||||
|     #     env_file: |  | ||||||
|     #         - config |  | ||||||
|     #     labels: |  | ||||||
|     #         - 'traefik.backend=plex' |  | ||||||
|     #         - 'traefik.port=32400' |  | ||||||
|     #         - 'traefik.frontend.rule=Host:plex.${TRAEFIK_DOMAIN}' |  | ||||||
|     #         - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' |  | ||||||
|     #         - 'traefik.enable=true' |  | ||||||
| 
 |  | ||||||
|     plex: |     plex: | ||||||
|         image: linuxserver/plex |         image: fromenje/seedbox:plex | ||||||
|  |         build: Dockerfiles/plex | ||||||
|         restart: always |         restart: always | ||||||
|         network_mode: host |         networks: | ||||||
|  |             - web | ||||||
|         ports: |         ports: | ||||||
|             - "32400:32400" |             - "32400:32400" | ||||||
|         volumes: |         volumes: | ||||||
|             - config:/config |             - config:/config | ||||||
|             - torrents:/torrents |             - torrents:/torrents | ||||||
|         environment: |         env_file: | ||||||
|             - PGID=0 |             - config | ||||||
|             - PUID=0 |  | ||||||
|             - TZ=Europe/Paris |  | ||||||
|             - VERSION=latest |  | ||||||
|         labels: |         labels: | ||||||
|             - 'traefik.backend=plex' |             - 'traefik.backend=plex' | ||||||
|             - 'traefik.port=32400' |             - 'traefik.port=32400' | ||||||
|  | @ -114,6 +93,27 @@ services: | ||||||
|             - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' |             - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' | ||||||
|             - 'traefik.enable=true' |             - 'traefik.enable=true' | ||||||
| 
 | 
 | ||||||
|  |     # plex: | ||||||
|  |     #     image: linuxserver/plex | ||||||
|  |     #     restart: always | ||||||
|  |     #     network_mode: host | ||||||
|  |     #     ports: | ||||||
|  |     #         - "32400:32400" | ||||||
|  |     #     volumes: | ||||||
|  |     #         - config:/config | ||||||
|  |     #         - torrents:/torrents | ||||||
|  |     #     environment: | ||||||
|  |     #         - PGID=0 | ||||||
|  |     #         - PUID=0 | ||||||
|  |     #         - TZ=Europe/Paris | ||||||
|  |     #         - VERSION=latest | ||||||
|  |     #     labels: | ||||||
|  |     #         - 'traefik.backend=plex' | ||||||
|  |     #         - 'traefik.port=32400' | ||||||
|  |     #         - 'traefik.frontend.rule=Host:plex.${TRAEFIK_DOMAIN}' | ||||||
|  |     #         - 'traefik.frontend.auth.basic=${HTTP_USER}:${HTTP_PASSWORD}' | ||||||
|  |     #         - 'traefik.enable=true' | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
|     sonarr: |     sonarr: | ||||||
|         image: linuxserver/sonarr:develop |         image: linuxserver/sonarr:develop | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue