refactor: migrate arr-stack to mennos-cachyos-desktop
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
||||
- host.docker.internal:host-gateway
|
||||
volumes:
|
||||
- {{ arr_stack_data_dir }}/radarr-config:/config
|
||||
- /mnt/object_storage:/storage
|
||||
- /mnt/data:/mnt/data
|
||||
restart: "unless-stopped"
|
||||
networks:
|
||||
- arr_stack_net
|
||||
@@ -27,7 +27,7 @@ services:
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- {{ arr_stack_data_dir }}/sonarr-config:/config
|
||||
- /mnt/object_storage:/storage
|
||||
- /mnt/data:/mnt/data
|
||||
ports:
|
||||
- 8989:8989
|
||||
extra_hosts:
|
||||
@@ -43,12 +43,12 @@ services:
|
||||
- PGID=100
|
||||
- TZ=Europe/Amsterdam
|
||||
ports:
|
||||
- 8686:8686
|
||||
- 6969:6969
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
volumes:
|
||||
- {{ arr_stack_data_dir }}/whisparr-config:/config
|
||||
- /mnt/object_storage:/storage
|
||||
- /mnt/data:/mnt/data
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- arr_stack_net
|
||||
@@ -86,15 +86,14 @@ services:
|
||||
networks:
|
||||
- arr_stack_net
|
||||
|
||||
jellyseerr:
|
||||
image: fallenbagel/jellyseerr
|
||||
container_name: jellyseerr
|
||||
overseerr:
|
||||
image: sctx/overseerr:latest
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=100
|
||||
- TZ=Europe/Amsterdam
|
||||
volumes:
|
||||
- {{ arr_stack_data_dir }}/jellyseerr-config:/app/config
|
||||
- {{ arr_stack_data_dir }}/overseerr-config:/app/config
|
||||
ports:
|
||||
- 5055:5055
|
||||
extra_hosts:
|
||||
@@ -106,7 +105,6 @@ services:
|
||||
|
||||
networks:
|
||||
arr_stack_net:
|
||||
name: arr_stack_net
|
||||
caddy_network:
|
||||
external: true
|
||||
name: caddy_default
|
||||
|
Reference in New Issue
Block a user