Skip to content

Commit

Permalink
remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carneiro-cw committed Dec 13, 2024
1 parent f570a67 commit f235a4d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 47 deletions.
30 changes: 0 additions & 30 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ tracing-subscriber = { version = "=0.3.18", features = ["env-filter", "json"] }
tracing-serde = "=0.1.3"

# storage
redis = "=0.26.0"
rocksdb = { version = "=0.22.0", features = ["multi-threaded-cf"] }
sqlx = { version = "=0.8.2", features = [
"runtime-tokio",
Expand Down
17 changes: 1 addition & 16 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,7 @@ services:
- manual

# ----------------------------------------------------------------------------
# Redis
# ----------------------------------------------------------------------------
redis:
image: redis:7.2.5
ports:
- "6379:6379"

redis-commander:
image: rediscommander/redis-commander:latest
ports:
- "8081:8081"
environment:
- REDIS_HOSTS=local:redis:6379

# ----------------------------------------------------------------------------
# PromethMeus
# Prometheus
# ----------------------------------------------------------------------------
prometheus:
image: prom/prometheus
Expand Down

0 comments on commit f235a4d

Please sign in to comment.