Compare commits
1 Commits
renovate/a
...
e14af141ce
Author | SHA1 | Date | |
---|---|---|---|
e14af141ce |
623
Cargo.lock
generated
623
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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" }
|
||||
|
@@ -146,7 +146,7 @@ services:
|
||||
restart: always
|
||||
|
||||
message_queue:
|
||||
image: "docker.redpanda.com/redpandadata/redpanda:v25.1.9"
|
||||
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:v3.1.3
|
||||
image: docker.redpanda.com/redpandadata/console:v2.7.0
|
||||
entrypoint: /bin/sh
|
||||
command: -c 'echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console'
|
||||
environment:
|
||||
|
Reference in New Issue
Block a user