homeLab docker services

This commit is contained in:
2024-08-13 08:08:39 +00:00
commit 1ac68b12a0
15 changed files with 451 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
---
services:
prowlarr:
image: lscr.io/linuxserver/prowlarr:latest
container_name: prowlarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
ports:
- 9666:9696
restart: unless-stopped