Compare commits
1 Commits
e4277a7cc7
...
2e763e0ba4
Author | SHA1 | Date | |
---|---|---|---|
2e763e0ba4 |
463
Cargo.lock
generated
463
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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.8"
|
||||
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.5
|
||||
entrypoint: /bin/sh
|
||||
command: -c 'echo "$$CONSOLE_CONFIG_FILE" > /tmp/config.yml; /app/console'
|
||||
environment:
|
||||
|
Loading…
x
Reference in New Issue
Block a user