1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-31 17:54:58 +08:00

18 lines
364 B
YAML

version: '3'
services:
redpanda-console:
image: redpandadata/console:v2.4.0
restart: always
container_name: ${CONTAINER_NAME}
networks:
- 1panel-network
environment:
KAFKA_BROKERS: ${KAFKA_HOST}:9092
ports:
- ${PANEL_APP_PORT_HTTP}:8080
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true