Minor updates to match current homelab
This commit is contained in:
@@ -114,7 +114,7 @@ services:
|
|||||||
- "/data/mincraft/plugins:/plugins"
|
- "/data/mincraft/plugins:/plugins"
|
||||||
- "/data/mincraft/config:/config"
|
- "/data/mincraft/config:/config"
|
||||||
gitea:
|
gitea:
|
||||||
image: docker.gitea.com/gitea:1.24-nightly
|
image: docker.gitea.com/gitea:1.24
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /data/jellyfin:/data/jellyfin
|
- /data/jellyfin:/data/jellyfin
|
||||||
- /data/jellyfin/configs/qbittorrent:/config
|
- /data/jellyfin/configs/qbittorrent:/config
|
||||||
- /data/jellyfin/qbittorrent/downloads:/downloads
|
# - /data/jellyfin/qbittorrent/downloads:/data/jellyfin/qbittorrent/downloads
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
- 6881:6881
|
- 6881:6881
|
||||||
@@ -121,6 +121,14 @@ services:
|
|||||||
- /data/jellyfin/radarr/movies:/data/movies
|
- /data/jellyfin/radarr/movies:/data/movies
|
||||||
- /data/jellyfin/qbittorrent/downloads:/data/media_downloads
|
- /data/jellyfin/qbittorrent/downloads:/data/media_downloads
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
runtime: nvidia
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
reservations:
|
||||||
|
devices:
|
||||||
|
- driver: nvidia
|
||||||
|
count: all
|
||||||
|
capabilities: [gpu]
|
||||||
jellyseerr:
|
jellyseerr:
|
||||||
image: fallenbagel/jellyseerr:latest
|
image: fallenbagel/jellyseerr:latest
|
||||||
container_name: jellyseerr
|
container_name: jellyseerr
|
||||||
|
|||||||
Reference in New Issue
Block a user