🙅🏻‍♀️ Added .dockerignore

This commit is contained in:
2022-03-27 17:34:44 -07:00
parent d5217f6902
commit d132df6934
3 changed files with 12 additions and 2 deletions

3
.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
node_modules
comics
userdata

View File

@@ -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`
3. After successfully connecting, you need to select your default hubs for search under `Settings > Acquisition > AirDC++ > Hubs`
## Building the stack

View File

@@ -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