1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-13 01:42:30 +08:00
2023-11-03 14:21:10 +08:00

18 lines
362 B
YAML

version: '3'
services:
redpanda-console:
image: redpandadata/console:v2.3.5
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