🙅🏻♀️ Added .dockerignore
This commit is contained in:
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@@ -0,0 +1,3 @@
|
||||
node_modules
|
||||
comics
|
||||
userdata
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user