yw5ncom/compose.yaml

23 lines
432 B
YAML
Raw Normal View History

2024-07-16 22:15:41 +00:00
---
services:
app:
build: .
ports:
- "3000:3000"
2024-12-10 03:04:52 +00:00
develop:
watch:
- action: rebuild
path: src/
2024-12-14 08:34:47 +00:00
- action: sync+restart
path: tmpl/
target: tmpl/
2024-12-21 11:13:23 +00:00
- action: sync+restart
path: html/
target: html/
- action: sync
path: css/
target: css/
2024-12-12 14:28:45 +00:00
- action: sync
path: static/
2024-12-14 08:34:47 +00:00
target: static/