appstore-1panel/apps/redpanda-console/2.5.1/docker-compose.yml

17 lines
351 B
YAML
Raw Normal View History

2023-11-03 14:21:10 +08:00
services:
redpanda-console:
image: redpandadata/console:v2.5.1
2023-11-03 14:21:10 +08:00
restart: always
container_name: ${CONTAINER_NAME}
networks:
- 1panel-network
environment:
KAFKA_BROKERS: ${KAFKA_HOST}:9092
2023-11-03 14:21:10 +08:00
ports:
- ${PANEL_APP_PORT_HTTP}:8080
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true