Configured synapse

This commit is contained in:
Mike Wilson
2023-02-27 21:09:45 -05:00
parent 45eb75773a
commit e78c943fb0
15 changed files with 274 additions and 4 deletions

View File

@@ -29,9 +29,11 @@ services:
container_name: qbitmanage
image: cr.hotio.dev/hotio/qbitmanage
restart: unless-stopped
depends_on:
- qbittorrent
environment:
PUID: "{{ service_user.uid }}"
PGID: "{{ service_user.uid }}"
PGID: "{{ media_gid }}"
UMASK: 002
TZ: "{{ timezone }}"
QBT_DRY_RUN: "False"