website/compose.yaml

10 lines
129 B
YAML
Raw Normal View History

2024-07-05 13:22:31 +00:00
services:
web:
build: .
2025-01-03 09:36:37 +00:00
develop:
watch:
- path: .
action: rebuild
2024-07-05 13:22:31 +00:00
ports:
2024-07-07 11:24:35 +00:00
- 8080:8080