Skip to content

Instantly share code, notes, and snippets.

@atanasyanew
Created August 8, 2021 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atanasyanew/e444150ded1683a093b01683ea71cdc0 to your computer and use it in GitHub Desktop.
Save atanasyanew/e444150ded1683a093b01683ea71cdc0 to your computer and use it in GitHub Desktop.
Additional services for my OpenMediaVault build
version: '2.1'
services:
plex:
image: ghcr.io/linuxserver/plex:latest
container_name: plex
network_mode: host
environment:
- VERSION=docker
- SYSCALL_MAX_ENABLED=1
volumes:
- ./volumes/plex/config:/config
- ./volumes/plex/transcode:/transcode
- /srv/dev-disk-by-uuid-af5a8eb6-0258-4501-b933-57d646cf7f70/Media:/media-content
restart: unless-stopped
qbittorrent:
image: ghcr.io/linuxserver/qbittorrent
container_name: qbittorrent
environment:
- WEBUI_PORT=8080
volumes:
- ./volumes/qbittorrent:/config
- /srv/dev-disk-by-uuid-af5a8eb6-0258-4501-b933-57d646cf7f70/Media/Downloads:/downloads
ports:
- 6881:6881
- 6881:6881/udp
- 8080:8080
restart: unless-stopped
TZ=Europe/Sofia
PUID=1000
PGID=1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment