initial commit
This commit is contained in:
BIN
radarr/.docker-compose.yml.swo
Normal file
BIN
radarr/.docker-compose.yml.swo
Normal file
Binary file not shown.
29
radarr/docker-compose.yml
Normal file
29
radarr/docker-compose.yml
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
version: "3"
|
||||
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
internal:
|
||||
external: false
|
||||
|
||||
services:
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr
|
||||
networks:
|
||||
- internal
|
||||
- web
|
||||
labels:
|
||||
- traefik.http.routers.radarr.rule=Host(`radarr.dws.rip`)
|
||||
- traefik.http.routers.radarr.tls=true
|
||||
- traefik.http.routers.radarr.tls.certresolver=lets-encrypt
|
||||
- traefik.port=7878
|
||||
container_name: radarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
volumes:
|
||||
- /dws/config/radarr:/config
|
||||
- /dws/otherdata:/data
|
||||
restart: unless-stopped
|
Reference in New Issue
Block a user