hexabot/docker/docker-compose.widget.dev.yml
2024-10-12 10:27:05 +01:00

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