build: releases with actions and docker

This commit is contained in:
Ludvig Lundgren 2021-08-11 15:41:09 +02:00
parent 773e57afe6
commit 2e8d0950c1
6 changed files with 191 additions and 0 deletions

11
docker-compose.yml Normal file
View 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