Skip to content

Commit

Permalink
Merge branch 'feat/metascraper-5392' into 'master'
Browse files Browse the repository at this point in the history
[Minds] Metascraper - Add in metascraper container front#5392

See merge request minds/minds!204
  • Loading branch information
markharding committed Jul 14, 2022
2 parents 66a8798 + ddc79b5 commit af9e8a3
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 af9e8a3

Please sign in to comment.