update: Added 'git' and 'vagrant' to required tools in pre-flight checks fix: configured k3s install to use internal nic for flanel network fix: corrected JSON formatting for config json update: reduce VM memory allocation to 2GB, add Longhorn installation scripts and prerequisites, and implement checks for existing pods
19 lines
No EOL
617 B
JSON
19 lines
No EOL
617 B
JSON
{
|
|
"project": "hdshd",
|
|
"project_data": "path_to/project_data",
|
|
"app_image": "headsheddev/some-app:0.0.1",
|
|
"env": "path_to/.env",
|
|
"images": "path_to_images",
|
|
"php_conf": "path_to/local.ini",
|
|
"exports": "path_to/exports",
|
|
"db": "path_to/db",
|
|
"logs": "path_to/logs",
|
|
"preview_path": "path_to_preview",
|
|
"webserver_image": "headsheddev/my-nginx:0.0.1",
|
|
"public_images": "path_to/images",
|
|
"data_www": "path_to/www",
|
|
"nginx_conf": "path_to/conf.d",
|
|
"admin_url": "admin_url.headshed.dev",
|
|
"preview_url": "app-prv.headshed.dev",
|
|
"ui_url": "ww2.headshed.dev"
|
|
} |