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

18 lines
362 B
YAML
Raw Normal View History

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