-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide some examples of docker-compose.yml files #225
Labels
Comments
A first example could be: version: "3.3"
services:
cryptostore2tty:
image: ghcr.io/bmoscon/cryptostore:latest
environment:
- EXCHANGE=BINANCE
- CHANNELS=trades
- SYMBOLS=BTC-USDT
- BACKEND=TTY Usage:
but data are not stored |
I tried the TCP example with version: "3.3"
services:
cryptostore2tcp:
image: ghcr.io/bmoscon/cryptostore:latest
environment:
- EXCHANGE=COINBASE
- CHANNELS=trades
- SYMBOLS=BTC-USD
- BACKEND=TCP
- HOST=tcp://127.0.0.1
- PORT=8080
and on an other console
but nothing appears |
When nothing appears like this and you see nothing displaying neither on console nor in container's log it's a bit frustrating. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I wonder if some examples of
docker-compose.yml
files should be given to quickstart a simple cryptostore.Kind regards
The text was updated successfully, but these errors were encountered: