zdravko/process-compose.yml

16 lines
340 B
YAML
Raw Normal View History

version: "0.5"
processes:
server:
command: watchexec -r -e go,tmpl,css just run-server
availability:
restart: "always"
temporal:
2024-02-23 08:36:13 +00:00
command: just run-temporal
availability:
restart: "always"
tailwind:
command: watchexec -r -e go,tmpl,css just _tailwindcss-build
availability:
restart: "always"