Don't use tmpfs with low RAM availability
This commit is contained in:
@@ -13,15 +13,15 @@ services:
|
|||||||
- default
|
- default
|
||||||
- traefik
|
- traefik
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/plex/:/transcode/ # Mount in tmpfs
|
- plex_transcode:/transcode/
|
||||||
- plex_config:/config/
|
- plex_config:/config/
|
||||||
- tv:/data/tv/
|
- tv:/data/tv/
|
||||||
- movies:/data/movies/
|
- movies:/data/movies/
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
labels:
|
labels:
|
||||||
traefik.enable: true
|
traefik.enable: true
|
||||||
traefik.http.services.plex.loadbalancer.server.port: 32400 #TODO: Check if needed
|
traefik.http.services.plex.loadbalancer.server.port: 32400
|
||||||
traefik.http.services.plex.loadbalancer.server.scheme: https #TODO: Check if needed
|
traefik.http.services.plex.loadbalancer.server.scheme: https
|
||||||
|
|
||||||
plaxt:
|
plaxt:
|
||||||
image: xanderstrike/goplaxt
|
image: xanderstrike/goplaxt
|
||||||
@@ -85,6 +85,7 @@ volumes:
|
|||||||
o: bind
|
o: bind
|
||||||
device: ${NASCOMPOSE_DATA?}/media/recycle_bin/
|
device: ${NASCOMPOSE_DATA?}/media/recycle_bin/
|
||||||
|
|
||||||
|
plex_transcode:
|
||||||
plex_config:
|
plex_config:
|
||||||
driver_opts:
|
driver_opts:
|
||||||
type: none
|
type: none
|
||||||
|
|||||||
Reference in New Issue
Block a user