2022-03-28 09:03:50 -07:00
🙅🏻‍♀️ Added .dockerignore
2022-03-27 17:34:44 -07:00
2022-03-27 15:42:24 -07:00
2022-03-27 15:42:24 -07:00
2022-03-28 09:03:50 -07:00

docker-compose configuration for ThreeTwo

This repo contains the docker-compose files necessary to run:

  1. ThreeTwo UI
  2. threetwo-core-service and its dependencies
  3. threetwo-metadata-service and its dependencies

Pre-requisites

Docker and docker-compose

You need both docker and docker-compose installed on your OS. Currently, Docker version 20.10.10, build b485636 and docker-compose version 1.29.2, build 5becea4c have tested well on Debian 4.19.208-1

comics and userdata folders

You need 2 folders:

  1. comics will contain your... comics
  2. userdata will be used by the app to create app-specific files

ComicVine

To get ComicVine to work for metadata scraping and other functions, you must have a ComicVine API key. You can get one here. Metadata scraping will not work unless you supply an API key.

AirDC++

  1. To use AirDC++, you need a working install of... AirDC++
  2. Then within the UI, you need to set up the connection at Settings > Acquisition > AirDC++ > Connection
  3. After successfully connecting, you need to select your default hubs for search under Settings > Acquisition > AirDC++ > Hubs

Building the stack

  1. Clone this repo
  2. Edit the docker-compose.env file
Description
docker-compose configuration for ThreeTwo
Readme 52 KiB
Languages
Dotenv 100%