This commit is contained in:
Christoph Califice
2026-01-25 15:36:19 -03:00
parent f7e5ede910
commit 186e4af72f
2 changed files with 19 additions and 38 deletions

15
newt/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=https://pangolin.sereiaguardia.com
- NEWT_ID=b35t59vydac8cxd
- NEWT_SECRET=qwpz25jmr7a8zsvmjw8to9sewr9ns7bxzlpuy5m0i2jeoujp
networks:
newt:
name: newt
driver: bridge

View File

@@ -1,20 +1,4 @@
services: services:
# plex:
# image: lscr.io/linuxserver/plex:latest
# container_name: plex
# network_mode: host
# ports:
# - 32400:32400
# environment:
# - PUID=1000
# - PGID=1000
# - VERSION=docker
# - PLEX_CLAIM=claim-WNcs7miZ5vyG_1PX_VUN
# volumes:
# - ./plex:/config
# - /mnt/servarr/data/media:/media
# restart: unless-stopped
jellyfin: jellyfin:
image: jellyfin/jellyfin:latest image: jellyfin/jellyfin:latest
container_name: jellyfin container_name: jellyfin
@@ -28,27 +12,9 @@ services:
- /mnt/servarr/data/media/music:/music - /mnt/servarr/data/media/music:/music
restart: 'unless-stopped' restart: 'unless-stopped'
networks: networks:
- streaming - newt
# navidrome:
# image: deluan/navidrome:latest
# container_name: navidrome
# user: 1000:1000 # should be owner of volumes
# network_mode: host
# ports:
# - "4533:4533"
# restart: unless-stopped
# environment:
# Optional: put your config options customization here. Examples:
# ND_SCANSCHEDULE: 1h
# ND_LOGLEVEL: info
# ND_SESSIONTIMEOUT: 24h
# ND_BASEURL: ""
# volumes:
# - ./navidrome/data:/data
# - /mnt/hdd_1tb/data/media/music:/music:ro
networks: networks:
streaming: newt:
name: newt
external: true