File tree Expand file tree Collapse file tree 2 files changed +25
-31
lines changed
Expand file tree Collapse file tree 2 files changed +25
-31
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ services :
2+ console :
3+ image : docker.redpanda.com/redpandadata/console:latest
4+ container_name : redpanda-console
5+ restart : unless-stopped
6+ ports :
7+ - " 8080:8080"
8+ volumes :
9+ - ./console-config.yml:/tmp/console-config.yml:ro
10+ environment :
11+ CONFIG_FILEPATH : /tmp/console-config.yml
12+ KAFKA_BROKERS : ${REDPANDA_BROKER}
13+ KAFKA_SASL_USERNAME : ${REDPANDA_USER}
14+ KAFKA_SASL_PASSWORD : ${REDPANDA_PASSWORD}
15+ KAFKA_SASL_MECHANISM : SCRAM-SHA-256
16+ REDPANDA_ADMINAPI_AUTHENTICATION_BASIC_USERNAME : ${REDPANDA_USER}
17+ REDPANDA_ADMINAPI_AUTHENTICATION_BASIC_PASSWORD : ${REDPANDA_PASSWORD}
18+ AUTHENTICATION_JWTSIGNINGKEY : ${CONSOLE_JWT_SIGNING_KEY}
19+ networks :
20+ - databuddy
21+
22+ networks :
23+ databuddy :
24+ name : databuddy
25+ driver : bridge
You can’t perform that action at this time.
0 commit comments