Compare commits

..

1 Commits

Author SHA1 Message Date
7bdcaa75f3 chore(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
2025-02-26 01:42:40 +00:00
3 changed files with 232 additions and 270 deletions

494
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -11,4 +11,4 @@ tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.18" }
clap = { version = "4", features = ["derive", "env"] }
dotenv = { version = "0.15" }
axum = { version = "0.8" }
axum = { version = "0.7" }

View File

@ -82,7 +82,7 @@ services:
memory: 28G
postgres-0:
image: "postgres:17-alpine"
image: "postgres:15-alpine"
environment:
- POSTGRES_HOST_AUTH_METHOD=trust
- POSTGRES_USER=postgres
@ -146,7 +146,7 @@ services:
restart: always
message_queue:
image: "docker.redpanda.com/redpandadata/redpanda:v24.3.5"
image: "docker.redpanda.com/redpandadata/redpanda:v24.2.1"
command:
- redpanda
- start
@ -182,7 +182,7 @@ services:
console:
container_name: redpanda-console
image: docker.redpanda.com/redpandadata/console:v2.8.2
image: docker.redpanda.com/redpandadata/console:v2.7.0
entrypoint: /bin/sh
command: -c 'echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console'
environment: