zdravko/process-compose.yml

15 lines
368 B
YAML

version: "0.5"
processes:
server:
command: watchexec -r -e go,tmpl,css just run-server
availability:
restart: "always"
temporal:
command: watchexec -r -e go,tmpl,css just run-temporal
availability:
restart: "always"
tailwind:
command: watchexec -r -e go,tmpl,css just _tailwindcss-build
availability:
restart: "always"