Fix startup issues

This commit is contained in:
2025-11-22 23:37:51 -06:00
parent dd34d0ab22
commit d6f05752a6
3 changed files with 12 additions and 27 deletions

View File

@@ -34,7 +34,6 @@ networks:
external: false
services:
web:
container_name: nginx
image: "nginx"
restart: unless-stopped
ports:
@@ -71,13 +70,11 @@ services:
# target: /usr/local/share/fonts/custom
# read_only: true
certbot:
container_name: certbot
image: certbot/certbot:latest
volumes:
- /data/certbot/www/:/var/www/certbot/:rw
- /data/certbot/conf/:/etc/letsencrypt/:rw
authelia:
container_name: 'authelia'
image: 'docker.io/authelia/authelia:latest'
restart: 'unless-stopped'
secrets: ['JWT_SECRET', 'SESSION_SECRET', 'STORAGE_PASSWORD', 'STORAGE_ENCRYPTION_KEY']
@@ -91,7 +88,6 @@ services:
- './authelia/:/config'
logging: *logging
minecraft:
container_name: minecraft
image: itzg/minecraft-server:latest
tty: true
stdin_open: true
@@ -121,7 +117,6 @@ services:
- "/data/mincraft/plugins:/plugins"
- "/data/mincraft/config:/config"
gitea:
container_name: gitea
image: docker.gitea.com/gitea:1.24
environment:
- USER_UID=1000
@@ -137,7 +132,6 @@ services:
- "222:22"
logging: *logging
gitea-runner:
container_name: gitea-runner
image: docker.gitea.com/act_runner:latest
restart: unless-stopped
networks:
@@ -154,7 +148,6 @@ services:
depends_on:
- gitea
gpodder:
container_name: gpodder
image: gitea.loadingm.xyz/the10thwiz/gpodder-rs:latest
restart: unless-stopped
environment:
@@ -165,7 +158,6 @@ services:
- /data/gpodder:/data
logging: *logging
tftp:
container_name: tftp
image: kaczmar2/tftp-server
restart: unless-stopped
environment:

View File

@@ -1,6 +1,5 @@
services:
gluetun:
container_name: gluetun
image: qmcgaw/gluetun
cap_add:
- NET_ADMIN
@@ -32,7 +31,6 @@ services:
- /data/jellyfin/gluetun:/tmp/gluetun
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
network_mode: service:gluetun
environment:
- WEBUI_PORT=8080
@@ -55,7 +53,6 @@ services:
restart: unless-stopped
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr:latest
container_name: flaresolverr
environment:
- LOG_LEVEL=${LOG_LEVEL:-info}
- LOG_HTML=${LOG_HTML:-false}
@@ -70,7 +67,6 @@ services:
restart: unless-stopped
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=0
- PGID=0
@@ -84,7 +80,6 @@ services:
restart: unless-stopped
jackett:
image: lscr.io/linuxserver/jackett:latest
container_name: jackett
environment:
- PUID=0
- PGID=0
@@ -98,7 +93,6 @@ services:
restart: unless-stopped
sonarr:
image: lscr.io/linuxserver/sonarr:latest
container_name: sonarr
environment:
- PUID=0
- PGID=0
@@ -115,7 +109,6 @@ services:
restart: unless-stopped
radarr:
image: lscr.io/linuxserver/radarr:latest
container_name: radarr
environment:
- PUID=0
- PGID=0
@@ -132,7 +125,6 @@ services:
restart: unless-stopped
jellyfin:
image: lscr.io/linuxserver/jellyfin:latest
container_name: jellyfin
environment:
- PUID=0
- PGID=0
@@ -155,17 +147,20 @@ services:
- /data/jellyfin/radarr/movies:/data/movies
- /data/jellyfin/qbittorrent/downloads:/data/media_downloads
restart: unless-stopped
runtime: nvidia
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
group_add:
- '993'
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
# runtime: nvidia
# deploy:
# resources:
# reservations:
# devices:
# - driver: intel
# count: all
# capabilities: [gpu]
jellyseerr:
image: fallenbagel/jellyseerr:latest
container_name: jellyseerr
environment:
- LOG_LEVEL=debug
- TZ=${TZ}

View File

@@ -56,7 +56,6 @@ services:
volumes:
- .:/code
- /data/library/ollama/ollama:/root/.ollama
container_name: ollama
pull_policy: always
tty: true
restart: always
@@ -69,7 +68,6 @@ services:
ollama-webui:
image: ghcr.io/open-webui/open-webui:main
container_name: ollama-webui
volumes:
- /data/library/ollama/ollama-webui:/app/backend/data
depends_on: