Compare commits
1 Commits
3069e69b2d
...
383d6bfeb7
Author | SHA1 | Date | |
---|---|---|---|
383d6bfeb7 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -256,9 +256,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.39"
|
||||
version = "0.4.38"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
||||
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
||||
dependencies = [
|
||||
"android-tzdata",
|
||||
"iana-time-zone",
|
||||
|
@ -82,7 +82,7 @@ services:
|
||||
memory: 28G
|
||||
|
||||
postgres-0:
|
||||
image: "postgres:15-alpine"
|
||||
image: "postgres:17-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.2.1"
|
||||
image: "docker.redpanda.com/redpandadata/redpanda:v24.3.5"
|
||||
command:
|
||||
- redpanda
|
||||
- start
|
||||
@ -182,7 +182,7 @@ services:
|
||||
|
||||
console:
|
||||
container_name: redpanda-console
|
||||
image: docker.redpanda.com/redpandadata/console:v2.7.0
|
||||
image: docker.redpanda.com/redpandadata/console:v2.8.2
|
||||
entrypoint: /bin/sh
|
||||
command: -c 'echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console'
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user