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

@@ -40,10 +40,6 @@
- radarr.yml
become: true
- name: Create recyclarr docker network
community.docker.docker_network:
name: recyclarr
- name: Start docker container
community.docker.docker_compose:
project_src: "{{ install_directory }}/{{ role_name }}"

View File

@@ -1,7 +1,7 @@
version: "{{ docker_compose_version }}"
networks:
recyclarr:
starr:
external: true
services:
@@ -11,7 +11,7 @@ services:
restart: unless-stopped
user: "{{ service_user.uid }}:{{ service_user.uid }}"
networks:
- recyclarr
- starr
environment:
- "TZ={{ timezone }}"
volumes: