mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
20 lines
448 B
YAML
20 lines
448 B
YAML
|
version: "0.5"
|
||
|
|
||
|
processes:
|
||
|
tailwind:
|
||
|
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"
|