This commit is contained in:
Thomas Sauter 2025-10-22 21:11:52 +02:00
parent 1fcceab8bb
commit eb656dbab6
Signed by: thomas.sauter
GPG key ID: 015161F81E6A3C65
4 changed files with 64 additions and 6 deletions

View file

@ -14,6 +14,12 @@ Containers are built using dedicated `Dockerfile`s located in the `/docker` dire
A standard single-repository project with a `package.json` file located at the root, managing dependencies for the entire project.
##### Vars (inherited)
| Key | Description | Required |
| ------------ | --------------- | -------- |
| `IMAGE_PATH` | Image base path | ✓ |
##### Inputs
| Key | Description | Required |
@ -48,6 +54,14 @@ A monorepo project based on Turborepo, with individual projects located under th
| `TURBO_TOKEN` | Access token for turbo cache | |
| `FONTAWESOME_PACKAGE_TOKEN` | Fontawesome Pro library token (Only if fa in use ) | |
##### Vars (inherited)
| Key | Description | Required |
| ----------------- | ------------------ | -------- |
| `IMAGE_BASE_PATH` | Image base path | ✓ |
| `TURBO_TEAM` | Turbo repo team ID | |
| `TURBO_API` | Turbo repo api url | |
## Authors
- Thomas Sauter, thomas.sauter@phoenix-technologies.ch