Skip to content

Commit

Permalink
Add docker compose for meta extraction module
Browse files Browse the repository at this point in the history
  • Loading branch information
imiro committed Apr 26, 2023
1 parent 64aef64 commit f1cd67e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions modules/meta-extraction/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: '3'
services:
niffler-meta-extraction:
build: .
environment:
MONGO_URI: user:password@mongo:27017
mongo:
image: mongo:5.0
environment:
MONGO_INITDB_ROOT_USERNAME: user
MONGO_INITDB_ROOT_PASSWORD: password

0 comments on commit f1cd67e

Please sign in to comment.