Files
h202-wq 66d9a033c9
publish-github-pages / deploy (push) Waiting to run
EagleCast
2026-07-09 10:03:32 -04:00

9 lines
261 B
JSON

{
"name": "eaglecast",
"dockerComposeFile": "../dev/docker-compose.yml",
"service": "backend",
"workspaceFolder": "/app",
"forwardPorts": [9000],
"postStartCommand": "make dist && ./eaglecast --install --idempotent --yes --config dev/config.toml"
}