Created the initial k3s configuration for personal use
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
services:
|
||||
radarr:
|
||||
image: lscr.io/linuxserver/radarr:latest
|
||||
container_name: radarr
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /home/atusa/testing/k3s-test/radarr:/config
|
||||
# - /path/to/movies:/movies #optional
|
||||
# - /path/to/download-client-downloads:/downloads #optional
|
||||
ports:
|
||||
- 7878:7878
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user