zdravko/process-compose.yml

20 lines
449 B
YAML
Raw Normal View History

version: "0.5"
processes:
tailwind:
2024-02-11 10:56:21 +00:00
command: watchexec -r -e go,tmpl,css just _tailwindcss-build
availability:
restart: "always"
server:
command: watchexec -r -e go,tmpl,css just run-server
availability:
restart: "always"
worker:
command: watchexec -r -e go,tmpl,css just run-worker
availability:
restart: "always"
temporal:
command: just run-temporal
availability:
restart: "always"