moved from machine-spirit to omnissiah-vault

This commit is contained in:
2025-10-04 06:19:22 +05:30
parent 458deb67e6
commit 261779f06f

View File

@@ -1,7 +1,7 @@
# Shared storage configuration # Shared storage configuration
x-shared-storage: &shared_data_volume x-shared-storage: &shared_data_volume
type: bind type: bind
source: /mnt/machine-spirit/data/media-manager source: /mnt/omnissiah-vault/data/media-manager
target: /data target: /data
bind: bind:
create_host_path: true create_host_path: true
@@ -10,14 +10,14 @@ x-shared-storage: &shared_data_volume
x-volume-configs: x-volume-configs:
jellyseerr: &jellyseerr_volumes jellyseerr: &jellyseerr_volumes
- type: bind - type: bind
source: /mnt/machine-spirit/configs/jellyseerr source: /mnt/omnissiah-vault/configs/jellyseerr
target: /app/config target: /app/config
bind: bind:
create_host_path: true create_host_path: true
prowlarr: &prowlarr_volumes prowlarr: &prowlarr_volumes
- type: bind - type: bind
source: /mnt/machine-spirit/configs/prowlarr source: /mnt/omnissiah-vault/configs/prowlarr
target: /config target: /config
bind: bind:
create_host_path: true create_host_path: true
@@ -25,7 +25,7 @@ x-volume-configs:
sonarr: &sonarr_volumes sonarr: &sonarr_volumes
- type: bind - type: bind
source: /mnt/machine-spirit/configs/sonarr source: /mnt/omnissiah-vault/configs/sonarr
target: /config target: /config
bind: bind:
create_host_path: true create_host_path: true
@@ -33,7 +33,7 @@ x-volume-configs:
radarr: &radarr_volumes radarr: &radarr_volumes
- type: bind - type: bind
source: /mnt/machine-spirit/configs/radarr source: /mnt/omnissiah-vault/configs/radarr
target: /config target: /config
bind: bind:
create_host_path: true create_host_path: true
@@ -136,7 +136,7 @@ services:
- PGID=${PGID} - PGID=${PGID}
- TZ=${TZ} - TZ=${TZ}
volumes: volumes:
- /mnt/machine-spirit/configs/ombi:/config - /mnt/omnissiah-vault/configs/ombi:/config
ports: ["3579:3579"] ports: ["3579:3579"]
networks: networks:
- media-net - media-net