mirror of
https://github.com/hexastack/hexabot
synced 2024-11-22 17:48:21 +00:00
13 lines
208 B
YAML
13 lines
208 B
YAML
|
version: "3.9"
|
||
|
|
||
|
services:
|
||
|
widget:
|
||
|
build:
|
||
|
context: ../widget
|
||
|
target: development
|
||
|
pull_policy: build
|
||
|
volumes:
|
||
|
- ../widget/src:/app/src
|
||
|
ports:
|
||
|
- ${APP_WIDGET_PORT}:5173
|