added nas/prowlarr
This commit is contained in:
parent
0521bc02b0
commit
da95e96ca2
29
nas/prowlarr/docker-compose.yml
Normal file
29
nas/prowlarr/docker-compose.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
---
|
||||||
|
services:
|
||||||
|
prowlarr:
|
||||||
|
image: lscr.io/linuxserver/prowlarr:latest
|
||||||
|
container_name: prowlarr
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- PUID=1026
|
||||||
|
- PGID=1026
|
||||||
|
- TZ=America/New_York
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- prowlarr_data:/config
|
||||||
|
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.services.prowlarr.loadbalancer.server.port=9696"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
|
||||||
|
networks:
|
||||||
|
web:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
prowlarr_data:
|
||||||
|
external: true
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user