mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
build: releases with actions and docker
This commit is contained in:
parent
773e57afe6
commit
2e8d0950c1
6 changed files with 191 additions and 0 deletions
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
autobrr:
|
||||
image: autobrr:dev
|
||||
container_name: autobrr
|
||||
volumes:
|
||||
- ./config:/config
|
||||
ports:
|
||||
- 8989:8989
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue