mirror of
https://github.com/BetterCorp/BetterFrame.git
synced 2026-05-26 16:56:33 +00:00
No description
Coolify passes --project-directory <repo-root> so relative paths in compose resolved from there, not from the compose file's directory. context: ../.. then climbed to / and lstat /deploy failed. Moving compose to repo root makes every relative path project-dir-relative regardless of who's invoking compose. Local 'docker compose up' from repo root and Coolify's --project-directory + -f both resolve identically. Coolify users: update the resource's compose path to 'docker-compose.yml' (was 'deploy/docker/docker-compose.yml'). Existing named volumes carry over since the named: directive keeps them. |
||
|---|---|---|
| .github/workflows | ||
| deploy | ||
| docs | ||
| kiosk | ||
| nodered | ||
| scripts | ||
| server | ||
| .gitattributes | ||
| .gitignore | ||
| CLAUDE.md | ||
| docker-compose.yml | ||
| LICENSE-AGPL.txt | ||
| LICENSE-COMMERCIAL.md | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| sec-config.yaml | ||
| tsconfig.base.json | ||