diff --git a/collections/ansible_collections/adhdgirl/minilab/roles/arr/files/homarr.yaml b/collections/ansible_collections/adhdgirl/minilab/roles/arr/files/homarr.yaml new file mode 100644 index 0000000..0a1205e --- /dev/null +++ b/collections/ansible_collections/adhdgirl/minilab/roles/arr/files/homarr.yaml @@ -0,0 +1,13 @@ +--- +services: + homarr: + container_name: homarr + image: ghcr.io/homarr-labs/homarr:${HOMARR_TAG:-latest} + restart: unless-stopped + volumes: + - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration + - /opt/arr/homarr/appdata:/appdata + environment: + - SECRET_ENCRYPTION_KEY=9b51b9a6e1d604f76d43f26bf852b3344741d9563f1554193e6155b42647f7fe + ports: + - "7575:7575"