starDock_compose

A self hosted server stack.

MIT License

Stars
5

Star Dock Donate

Copyright (C) 2017-Present Rohit Goswami [email protected]

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.