mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 07:43:33 +00:00
15 lines
368 B
YAML
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"
|