Skip to content

Commit

Permalink
Merge pull request #265 from thamindumk/fix/streaming_db
Browse files Browse the repository at this point in the history
Volume mount for jasmineGraph streaming db
  • Loading branch information
miyurud authored Dec 18, 2024
2 parents 8fc5c10 + f21009d commit 65b1bc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
- './env/databases/performancedb:/home/ubuntu/software/jasminegraph/performancedb'
- './env/data:/var/tmp/data'
- '/tmp/jasminegraph:/tmp/jasminegraph'
- '/var/tmp/jasminegraph:/var/tmp/jasminegraph'
networks:
- jasminenet
command: --MODE 1 --MASTERIP 172.28.5.1 --WORKERS 2 --WORKERIP 172.28.5.1 --ENABLE_NMON false
Expand Down

0 comments on commit 65b1bc8

Please sign in to comment.