services:
lobe-chat:
image: lobehub/lobe-chat
container_name: ${CONTAINER_NAME}
restart: always
ports:
- "${PANEL_APP_PORT_HTTP}:3210"
networks:
1panel-network:
external: true