diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..04bdfff --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +node_modules +comics +userdata \ No newline at end of file diff --git a/README.md b/README.md index 0b09ad0..de7c1aa 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ This repo contains the `docker-compose` files necessary to run: ### Pre-requisites +#### Docker and docker-compose + +### `comics` and `userdata` folders + + #### ComicVine To get ComicVine to work for metadata scraping and other functions, you _must_ have a ComicVine API key. @@ -18,4 +23,6 @@ You can get one [here.](https://comicvine.gamespot.com/api/) Metadata scraping w 1. To use AirDC++, you need a working install of... [AirDC++](https://www.airdcpp.net/download) 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` \ No newline at end of file +3. After successfully connecting, you need to select your default hubs for search under `Settings > Acquisition > AirDC++ > Hubs` + +## Building the stack diff --git a/docker-compose.yml b/docker-compose.yml index 7bc1726..f6550cb 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -14,7 +14,7 @@ x-comics-volume: services: threetwo: build: - context: . + context: https://github.com/rishighan/threetwo-docker-compose.git image: frishi/threetwo container_name: threetwo-ui restart: unless-stopped