Commit graph

7 commits

Author SHA1 Message Date
Oliver Davies b4b289748a feat: add initial node support
Refs: #5
2023-03-12 12:33:33 +00:00
Oliver Davies 6b5c1b5aee feat: add project_root setting
Allow for overriding the project root from `/app` to something else,
such as `/var/www/html`.

The default is set within a new `build.defaults.yaml` file which the
project specific file is merged into.

Fixes #27
2023-03-10 22:21:14 +00:00
Oliver Davies 0fcffc5d2f feat: add "auto-generated" text to templates
Fixes #21
2023-03-08 21:13:28 +00:00
Oliver Davies 5f1c8afa9c fix: include MySQL variables for Drupal
These environment variables are needed for the initial database to be
created for Drupal.
2023-03-03 21:54:15 +00:00
Oliver Davies 38cfb31b2a chore: export DOCKER_UID 2023-03-03 21:46:06 +00:00
Oliver Davies d66f34480a feat: use a non-root Docker user
Create a non-root `app` user within Docker that maps to default user
(uid 1000) on Linux-based systems.

Refs #10
2023-02-19 13:00:06 +00:00
Oliver Davies 579c476a54 Add remaining templates 2023-01-19 19:47:15 +00:00