🔧 Fixes to AirDCPP searching WIP

1. Fixed the iterable for search results
2. Updated README
3. Listeners still a ?
This commit is contained in:
2021-09-02 14:45:44 -07:00
parent 3fc22c74ef
commit 1f8e0d6ff6
5 changed files with 32 additions and 22 deletions

View File

@@ -35,11 +35,11 @@ Then:
6. Note that the first time, the process could take up to 10 minutes, since it is building containers for `threetwo`, `threetwo-import-service`, `comicvine-service`, `mongo`, `nats`, `nginx`
7. For posterity, check that all containers are up using `docker ps`
### What runs where
### Ports
`threetwo` is the UI that is served on port `3050`
`import` service is served on `3000`
`comicvine` service on `3080`
1. `threetwo`, the UI runs on port `8050`
2. `import` service on `3000`
3. `comicvine` service on `3080`
## Local Development