Wizarr
Source: Portainer stack 3 (wizarr) on endpoint 2.
version: "3.5"
services:
wizarr:
container_name: wizarr
image: ghcr.io/wizarrrr/wizarr
ports:
- 5690:5690
volumes:
- ./config:/data
environment:
- APP_URL=https://wizarr.mrdtech.me
- Disable_BUILTIN_Auth=${REDACTED}
- TZ=America/New_York
restart: unless-stopped