Skip to content

Commit

Permalink
[Minds] Metascraper - Add in metascraper container front#5392
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben authored and markharding committed Jul 14, 2022
1 parent 66a8798 commit ddc79b5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,17 @@ services:
- pulsardata:/pulsar/data
- pulsarconf:/pulsar/conf


## METASCRAPER SERVER

metascraper:
image: registry.gitlab.com/minds/developers/metascraper-server
mem_limit: 512MB
networks:
- app
ports:
- "3334:3334"

## UTILITIES

kibana:
Expand Down

0 comments on commit ddc79b5

Please sign in to comment.