hexabot/docker/docker-compose.widget.yml

14 lines
245 B
YAML
Raw Permalink Normal View History

2024-10-12 09:26:38 +00:00
version: "3.9"
services:
widget:
container_name: widget
image: hexastack/hexabot-widget:latest
networks:
- app-network
depends_on:
api:
condition: service_healthy
ports:
- ${APP_WIDGET_PORT}:5173