added bazarr for testing
This commit is contained in:
@@ -13,6 +13,21 @@ services:
|
||||
volumes:
|
||||
- ./appdata/authelia/config:/config
|
||||
|
||||
bazarr:
|
||||
container_name: bazarr
|
||||
hostname: bazarr
|
||||
image: lscr.io/linuxserver/bazarr:latest
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
- TZ=${TZ}
|
||||
ports:
|
||||
- 6767:6767
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./appdata/bazarr:/config
|
||||
- /mnt/data:/data
|
||||
|
||||
bitwarden:
|
||||
container_name: bitwarden
|
||||
hostname: bitwarden
|
||||
|
||||
Reference in New Issue
Block a user