set traefik proxy to 2.10
This commit is contained in:
parent
186402168f
commit
34b162e5d3
@ -57,7 +57,8 @@ class InstallProxy
|
|||||||
],
|
],
|
||||||
"services" => [
|
"services" => [
|
||||||
"traefik" => [
|
"traefik" => [
|
||||||
"image" => "traefik:v2.9",
|
"container_name" => "coolify-proxy",
|
||||||
|
"image" => "traefik:v2.10",
|
||||||
"restart" => "always",
|
"restart" => "always",
|
||||||
"extra_hosts" => [
|
"extra_hosts" => [
|
||||||
"host.docker.internal:host-gateway",
|
"host.docker.internal:host-gateway",
|
||||||
|
@ -4,7 +4,12 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
@env('local')
|
||||||
|
<title>Coolify - localhost</title>
|
||||||
|
@endenv
|
||||||
|
@env('production')
|
||||||
<title>{{ $title ?? 'Coolify' }}</title>
|
<title>{{ $title ?? 'Coolify' }}</title>
|
||||||
|
@endenv
|
||||||
<meta name="csrf-token" content="{{ csrf_token() }}">
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
||||||
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
@vite(['resources/js/app.js', 'resources/css/app.css'])
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user