Skip to content

HaoZeke/starDock_compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Dock Donate

Copyright (C) 2017-Present Rohit Goswami rohit1995@mail.ru

Introduction

A docker-compose setup for my dockerized media services.

Components

Currently should be running:

  • Airsonic for music streaming
  • Calibre-web for library [ebook] delivery
  • Plex for transcoding and delivering videos
  • Plexpy for stats
  • Traefik to rewrite to locations on a single domain
  • Watchtower to update your images every 12 hours with email notifications

Setup

# Get the repo
git clone http://github.com/HaoZeke/starDock_compose
# Copy and edit the sample .env file
cp .env.sample .env
vim .env
# Run the thing
docker-compose up -d
# Profit

Inspiration

This setup was inspired by:

Licenses

This is technically under the MIT license. However evertamos' repo and dockyard are under the GPLv3.