mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-13 01:56:58 +00:00
20 lines
376 B
Plaintext
20 lines
376 B
Plaintext
|
flowchart TD
|
||
|
A[build-configs.yaml]
|
||
|
|
||
|
subgraph I[Template Files]
|
||
|
Dockerfile.twig
|
||
|
docker-compose.yaml.twig
|
||
|
phpstan.neon.dist.twig
|
||
|
end
|
||
|
|
||
|
A -->|Include project configuration| B
|
||
|
I -->|Include template files| B
|
||
|
|
||
|
B(Build Configs) -->|Generate configuration files| J
|
||
|
|
||
|
subgraph J[Output Files]
|
||
|
Dockerfile
|
||
|
docker-compose.yaml
|
||
|
phpstan.neon.dist
|
||
|
end
|