Configured unpackerr

This commit is contained in:
Mike Wilson
2023-02-23 15:48:57 -05:00
parent fe00fcd29f
commit 036a7f4cfc
7 changed files with 45 additions and 19 deletions

View File

@@ -3,7 +3,7 @@ version: "{{ docker_compose_version }}"
networks:
traefik:
external: true
recyclarr:
starr:
external: true
services:
@@ -13,7 +13,7 @@ services:
restart: unless-stopped
networks:
- traefik
- recyclarr
- starr
environment:
- "PUID={{ service_user.uid }}"
- "PGID={{ media_gid }}"