Skip to content

Commit

Permalink
change proxy path in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbacsai committed Aug 15, 2023
1 parent 77dad42 commit 316f855
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .env.development.example
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ APP_DEBUG=true
APP_URL=http://localhost
APP_PORT=8000

DEV_CONFIG_PATH=/home/andrasbacsai/devel/coolify/_data/coolify

DUSK_DRIVER_URL=http://selenium:4444
3 changes: 0 additions & 3 deletions bootstrap/helpers/proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ function get_proxy_path()
function generate_default_proxy_configuration(Server $server)
{
$proxy_path = get_proxy_path();
if (is_dev()) {
$proxy_path = config('coolify.dev_config_path') . '/' . $server->name . '/proxy';
}
$networks = collect($server->standaloneDockers)->map(function ($docker) {
return $docker['network'];
})->unique();
Expand Down
1 change: 0 additions & 1 deletion config/coolify.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
'mux_enabled' => env('MUX_ENABLED', true),
'dev_webhook' => env('SERVEO_URL'),
'base_config_path' => env('BASE_CONFIG_PATH', '/data/coolify'),
'dev_config_path' => env('DEV_CONFIG_PATH', './_data/coolify'),
];

0 comments on commit 316f855

Please sign in to comment.