From d132df6934d57f573f349e044abbbacaf667229b Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 27 Mar 2022 17:34:44 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=85=F0=9F=8F=BB=E2=80=8D=E2=99=80?= =?UTF-8?q?=EF=B8=8F=20Added=20.dockerignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 3 +++ README.md | 9 ++++++++- docker-compose.yml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .dockerignore 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