Add docker-compose.yml

This commit is contained in:
2025-12-03 20:51:52 -06:00
commit 523a85731f

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
services:
listenarr:
image: ghcr.io/therobbiedavis/listenarr:canary
user: "1001:1001" ## Replace with your desired UID and GID
ports:
- "5000:5000"
environment:
- LISTENARR_PUBLIC_URL=https://listenarr.speerfam.com ## OPTIONAL: Used by Discord Bot
volumes:
- /srv/docker/listenarr/config:/app/config
restart: unless-stopped
# For Docker Hub, replace the image with docker.io/therobbiedavis/listenarr:canary
volumes:
listenarr_data: