mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 09:38:13 +00:00
14 lines
245 B
YAML
14 lines
245 B
YAML
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
|