Merge pull request 'chore: added default mariadb size and pass env variables to php app' (#28) from lamp-env-vars into master

Reviewed-on: #28
Reviewed-by: johnride <jg@nationtech.io>
This commit is contained in:
2025-05-03 00:20:47 +00:00
2 changed files with 23 additions and 2 deletions

View File

@@ -24,6 +24,7 @@ async fn main() {
// This config can be extended as needed for more complicated configurations
config: LAMPConfig {
project_root: "./php".into(),
database_size: format!("2Gi").into(),
..Default::default()
},
};