brianleect / binance-pump-alerts

Tracks prices of pairs on binance and notifies when price movements based on pre-defined parameters are met.
142 stars 42 forks source link

Volume Mappings Docker #59

Closed bozzfozz closed 3 years ago

bozzfozz commented 3 years ago

can I somehow assign the path myself for my docker setup

volumes:

patbaumgartner commented 3 years ago

Can't you just map the file into the container? Or use environment variables to pass to manipulate the config file?

bozzfozz commented 3 years ago

I just wanted to know if mapping is possible because I want my config.yml in a different location, I have Ubuntu server without ui and for testing I mount it on an extra drive where I can make quick changes

bozzfozz commented 3 years ago

Would it be so right

patbaumgartner commented 3 years ago

just map it to /binance-pump-alerts/config.xml into the container.

bozzfozz commented 3 years ago

ok everything works, thanks