testing something

This commit is contained in:
Qballjos 2021-02-26 11:11:38 +01:00
parent 250a8128b1
commit 569365824f

View file

@ -9,6 +9,7 @@ services:
- UMASK=002 - UMASK=002
- "TZ=${TZ}" - "TZ=${TZ}"
image: hotio/lidarr image: hotio/lidarr
privileged: true
ports: ports:
- "${LIDARRPORT}:8686" - "${LIDARRPORT}:8686"
volumes: volumes:
@ -23,6 +24,7 @@ services:
- UMASK=002 - UMASK=002
- "TZ=${TZ}" - "TZ=${TZ}"
image: hotio/radarr image: hotio/radarr
privileged: true
ports: ports:
- "${RADARRPORT}:7878" - "${RADARRPORT}:7878"
volumes: volumes:
@ -37,6 +39,7 @@ services:
- UMASK=002 - UMASK=002
- "TZ=${TZ}" - "TZ=${TZ}"
image: hotio/sonarr image: hotio/sonarr
privileged: true
ports: ports:
- "${SONARRPORT}:8989" - "${SONARRPORT}:8989"
volumes: volumes: