wip: services
feat: able to map port<->domain
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
<pre class="py-2 pb-4">
|
||||
# You can use these variables in your Docker Compose file and Coolify will generate default values or replace them with the values you set on the UI forms.
|
||||
#
|
||||
# SERVICE_FQDN_*: FQDN - could be changable from the UI. (example: SERVICE_FQDN_GHOST)
|
||||
# SERVICE_URL_*: URL parsed from FQDN - could be changable from the UI. (example: SERVICE_URL_GHOST)
|
||||
# SERVICE_USER_*: Generated user, not encrypted in database (example: SERVICE_USER_MYSQL)
|
||||
# SERVICE_PASSWORD_*: Generated password, encrypted in database (example: SERVICE_PASSWORD_MYSQL)
|
||||
</pre>
|
||||
@@ -1,8 +1,4 @@
|
||||
<div class="navbar-main">
|
||||
<a class="{{ request()->routeIs('project.service') ? 'text-white' : '' }}"
|
||||
href="{{ route('project.service', [...$parameters, 'service_name' => null]) }}">
|
||||
<button>Service</button>
|
||||
</a>
|
||||
<x-services.links :service="$service" />
|
||||
<div class="flex-1"></div>
|
||||
@if (serviceStatus($service) === 'running')
|
||||
|
||||
Reference in New Issue
Block a user