Add docker-compose.yml
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal 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:
|
||||
Reference in New Issue
Block a user