Created the initial k3s configuration for personal use

This commit is contained in:
2025-02-19 15:08:58 -07:00
parent 01e069514e
commit 72c4a448ff
83 changed files with 2109 additions and 1 deletions
@@ -0,0 +1,17 @@
---
version: "2.1"
services:
readarr:
image: lscr.io/linuxserver/readarr:develop
container_name: readarr
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- /opt/readarr:/config
- /opt/readarr/books:/books #optional
- /opt/downloads:/downloads #optional
ports:
- 8787:8787
restart: always