changed domain

This commit is contained in:
2026-02-26 03:10:13 +03:00
parent 9c0a3c19f6
commit 192972b624
9 changed files with 60 additions and 46 deletions

View File

@@ -7,3 +7,4 @@ include:
- ./seer.yaml
- ./navidrome.yaml
- ./immich.yaml
- ./plex.yaml

13
stacks/media/plex.yaml Normal file
View File

@@ -0,0 +1,13 @@
version: '2'
services:
plex:
container_name: plex
image: plexinc/pms-docker
restart: unless-stopped
environment:
- TZ=Europe/Moscow
network_mode: host
volumes:
- /srv/homelab/config/media/plex:/config
- /tmp/plex:/transcode
- /srv/media:/data

View File

@@ -4,19 +4,19 @@
MY_SECRET_TOKEN=123456
# *arr stack API base URL and key (http from container)
RADARR_URL=http://radarr.home
RADARR_API_URL=http://radarr.home
RADARR_URL=http://radarr.internal
RADARR_API_URL=http://radarr.internal
RADARR_KEY=512cab3acfe84420957a9c8585560f8f
SONARR_URL=http://sonarr.home
SONARR_API_URL=http://sonarr.home
SONARR_URL=http://sonarr.internal
SONARR_API_URL=http://sonarr.internal
SONARR_KEY=b3a84ef407ca42d99f5bc22fb8afc401
LIDARR_URL=http://lidarr.home
LIDARR_API_URL=http://lidarr.home
LIDARR_URL=http://lidarr.internal
LIDARR_API_URL=http://lidarr.internal
LIDARR_KEY=e0862cb9aa8c4c0f8115ec794c5bebc1
# Portainer (Settings → API → Enable API; endpoint ID from URL e.g. !#/2/docker → 2)
PORTAINER_URL=http://portainer.home
PORTAINER_URL=http://portainer.internal
PORTAINER_ENDPOINT_ID=3
PORTAINER_API_KEY=ptr_zmLlSaAbw8nQRoJlDRb006IDVtJLojneToSVNWJxo3c=

View File

@@ -30,7 +30,7 @@ services:
image: prom/prometheus:latest
container_name: prometheus
extra_hosts:
- "metrics.home:192.168.1.70"
- "metrics.internal:192.168.1.70"
ports:
- "9094:9090"
volumes:

View File

@@ -10,7 +10,7 @@ services:
- "9443:9443"
- "8000:8000"
environment:
- TRUSTED_ORIGINS=portainer.home
- TRUSTED_ORIGINS=portainer.internal
logging:
driver: json-file
options: