TrueBlocks / trueblocks-docker

GNU General Public License v3.0
39 stars 16 forks source link

Make the default docker compose behavior to run only init/scraper/server #336

Closed tjayrush closed 2 years ago

tjayrush commented 2 years ago

Currently, docker compose up runs both the core and monitors.

I'd rather if it only ran core and the user could do a different command to run the monitors code.

This is related to issue #337 which allows users to run the core while exposing external drives.