17 lines
539 B
Text
17 lines
539 B
Text
|
|
{
|
||
|
|
"projects_directory": "/home/user/docker/",
|
||
|
|
"app_image": "headshead/some-app:0.0.1",
|
||
|
|
"webserver_image": "headsheddev/some-webserver_image:0.0.1",
|
||
|
|
"db": "database/database.sqlite",
|
||
|
|
"env": ".env",
|
||
|
|
"preview_path": "prv",
|
||
|
|
"data_www": "data_www",
|
||
|
|
"static_images": "data_images/",
|
||
|
|
"public_images": "images",
|
||
|
|
"php_conf": "php/local.ini",
|
||
|
|
"exports": "exports",
|
||
|
|
"logs": "logs/laravel.log",
|
||
|
|
"admin_url": ".headshed.dev",
|
||
|
|
"preview_url": "-prv.headshed.dev",
|
||
|
|
"nginx_conf": "nginx/conf.d"
|
||
|
|
}
|