Skip to content

Commit

Permalink
perf(Monitor): Export prometheus ports
Browse files Browse the repository at this point in the history
  • Loading branch information
owodunni committed Feb 6, 2021
1 parent 2fa2c98 commit 26b051a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Brig/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,25 @@ services:
volumes:
- ./PoolFinder:/arbie
command: Arbie -f pool_finder.yml
port: 8001:8000

PoolUpdater:
image: arbie:prod
volumes:
- ./PoolUpdater:/arbie
command: Arbie -f pool_updater.yml
port: 8002:8000

PathFinder:
image: arbie:prod
volumes:
- ./PathFinder:/arbie
command: Arbie -f path_finder.yml
port: 8003:8000

Trader:
image: arbie:prod
volumes:
- ./Trader:/arbie
command: Arbie -f trader.yml
port: 8004:8000

0 comments on commit 26b051a

Please sign in to comment.