fix: server traefik config

This commit is contained in:
Lorenzo Migliorero
2024-07-29 16:21:50 +02:00
parent 947d2217df
commit cc39036479
5 changed files with 168 additions and 9 deletions

View File

@@ -104,8 +104,7 @@ export const createDefaultServerTraefikConfig = () => {
[`${appName}-router-app`]: {
rule: `Host(\`${appName}.docker.localhost\`) && PathPrefix(\`/\`)`,
service: `${appName}-service-app`,
entryPoints: ["web", "websecure"],
tls: {},
entryPoints: ["web"],
},
},
services: {