Skip to content

Commit

Permalink
Deployment: Add influxdb network dependency for exchange-scrapers
Browse files Browse the repository at this point in the history
  • Loading branch information
kaythxbye committed Mar 4, 2020
1 parent 8e6135c commit 468d534
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deployments/docker-compose.exchange-scrapers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
image: ${DOCKER_HUB_LOGIN}/${STACKNAME}_sofr:latest
networks:
- redis-network
- influxdb-network
logging:
options:
max-size: "50m"
Expand Down Expand Up @@ -210,3 +211,6 @@ networks:
redis-network:
external:
name: redis_redis-network
influxdb-network:
external:
name: influxdb_influxdb-network

0 comments on commit 468d534

Please sign in to comment.