mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update
This commit is contained in:
@@ -68,18 +68,18 @@ export const initializeTraefik = async ({
|
|||||||
Replicas: 1,
|
Replicas: 1,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
Labels: {
|
// Labels: {
|
||||||
"traefik.enable": "true",
|
// "traefik.enable": "true",
|
||||||
},
|
// },
|
||||||
EndpointSpec: {
|
EndpointSpec: {
|
||||||
Ports: [
|
Ports: [
|
||||||
{
|
{
|
||||||
TargetPort: TRAEFIK_SSL_PORT,
|
TargetPort: 443,
|
||||||
PublishedPort: TRAEFIK_SSL_PORT,
|
PublishedPort: TRAEFIK_SSL_PORT,
|
||||||
PublishMode: "host",
|
PublishMode: "host",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
TargetPort: TRAEFIK_PORT,
|
TargetPort: 80,
|
||||||
PublishedPort: TRAEFIK_PORT,
|
PublishedPort: TRAEFIK_PORT,
|
||||||
PublishMode: "host",
|
PublishMode: "host",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user