mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
GPUs in docker are the future!
This commit is contained in:
@@ -44,7 +44,7 @@ version: "3.0"
|
||||
|
||||
services:
|
||||
emby:
|
||||
image: emby/embyserver
|
||||
image: emby/emby-server
|
||||
env_file: /var/data/config/emby/emby.env
|
||||
volumes:
|
||||
- /var/data/emby/emby:/config
|
||||
@@ -86,7 +86,7 @@ Log into your new instance at https://**YOUR-FQDN**, and complete the wizard-bas
|
||||
## Chef's Notes
|
||||
|
||||
1. I didn't use an [oauth2_proxy](/reference/oauth_proxy/) for this stack, because it would interfere with mobile client support.
|
||||
2. I used the LinuxServer docker container, even though still under "active development", to maintain consistency with the [Plex](/recipies/plex/) and [autopirate](/recipies/autopirate/) recipies.
|
||||
2. Got an NVIDIA GPU? See [this blog post](https://www.funkypenguin.co.nz/note/gpu-transcoding-with-emby-plex-using-docker-nvidia/) re how to use your GPU to transcode your media!
|
||||
3. We don't bother exposing the HTTPS port for Emby, since [Traefik](/ha-docker-swarm/traefik/) is doing the SSL termination for us already.
|
||||
|
||||
### Tip your waiter (donate) 👏
|
||||
|
||||
@@ -97,6 +97,7 @@ Log into your new instance at https://**YOUR-FQDN** (You'll need to setup a plex
|
||||
## Chef's Notes
|
||||
|
||||
1. Plex uses port 32400 for remote access, using your plex.tv user/password to authenticate you. The inclusion of the traefik proxy in this recipe is simply to allow you to use the web client (as opposed to a client app) by connecting directly to your instance, as opposed to browsing your media via https://plex.tv/web
|
||||
2. Got an NVIDIA GPU? See [this blog post](https://www.funkypenguin.co.nz/note/gpu-transcoding-with-emby-plex-using-docker-nvidia/) re how to use your GPU to transcode your media!
|
||||
|
||||
### Tip your waiter (donate) 👏
|
||||
|
||||
|
||||
Reference in New Issue
Block a user