Add Solana market data to wallet tracker

This commit is contained in:
2024-01-28 22:23:08 +01:00
parent 6afd518f58
commit bff72ff5b5
9 changed files with 626 additions and 29 deletions

View File

@@ -15,6 +15,12 @@ services:
# ---------------------------------------------------
# Monitoring
# ---------------------------------------------------
wallet-tracker:
image: ${DOCKER_IMAGE_WALLET_TRACKER}
build:
context: wallet-tracker
env_file: .env
restart: unless-stopped
prometheus:
image: prom/prometheus
container_name: prometheus