Compare commits
2 Commits
master
...
mongo-vers
| Author | SHA1 | Date | |
|---|---|---|---|
| 781f631ddc | |||
| da51fca060 |
@@ -54,7 +54,7 @@ You can get one [here.](https://comicvine.gamespot.com/api/) Metadata scraping w
|
|||||||
|
|
||||||
### Ports
|
### Ports
|
||||||
|
|
||||||
1. `threetwo`, the UI runs on port `8050`
|
1. `threetwo`, the UI runs on port `5173`
|
||||||
2. `threetwo-core-service` service on `3000`
|
2. `threetwo-core-service` service on `3000`
|
||||||
3. `threetwo-metadata-service` service on `3080`
|
3. `threetwo-metadata-service` service on `3080`
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ x-userdata-volume:
|
|||||||
&userdata-volume
|
&userdata-volume
|
||||||
type: bind
|
type: bind
|
||||||
source: ${USERDATA_DIRECTORY}
|
source: ${USERDATA_DIRECTORY}
|
||||||
target: /userdata
|
target: /userdata
|
||||||
|
|
||||||
x-comics-volume:
|
x-comics-volume:
|
||||||
&comics-volume
|
&comics-volume
|
||||||
@@ -22,8 +22,7 @@ services:
|
|||||||
env_file: docker-compose.env
|
env_file: docker-compose.env
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8050:8050"
|
- "5173:5173"
|
||||||
- "3050:3050"
|
|
||||||
links:
|
links:
|
||||||
- core-services
|
- core-services
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -75,7 +74,7 @@ services:
|
|||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: "bitnami/mongodb:latest"
|
image: "bitnami/mongodb:4.4.4"
|
||||||
container_name: database
|
container_name: database
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
@@ -95,7 +94,7 @@ services:
|
|||||||
- "6379:6379"
|
- "6379:6379"
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.2
|
image: docker.elastic.co/elasticsearch/elasticsearch:8.6.0
|
||||||
container_name: elasticsearch
|
container_name: elasticsearch
|
||||||
environment:
|
environment:
|
||||||
- "discovery.type=single-node"
|
- "discovery.type=single-node"
|
||||||
@@ -115,6 +114,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
proxy:
|
proxy:
|
||||||
external: true
|
external: true
|
||||||
|
name: proxy
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
mongodb_data:
|
mongodb_data:
|
||||||
|
|||||||
Reference in New Issue
Block a user