11---
2- name : collective-ai
2+ name : collective-ai-settings
33
44services :
55 traefik :
@@ -44,7 +44,7 @@ services:
4444 - traefik.http.services.svc-frontend.loadbalancer.server.port=3000
4545 # Routers
4646 # # /
47- - traefik.http.routers.rt-frontend.rule=Host(`collective-ai.localhost`)
47+ - traefik.http.routers.rt-frontend.rule=Host(`collective-ai-settings .localhost`)
4848 - traefik.http.routers.rt-frontend.entrypoints=http
4949 - traefik.http.routers.rt-frontend.service=svc-frontend
5050 - traefik.http.routers.rt-frontend.middlewares=gzip
@@ -67,11 +67,11 @@ services:
6767 # Middlewares
6868 # # VHM rewrite /++api++/
6969 - " traefik.http.middlewares.mw-backend-vhm-api.replacepathregex.regex=^/\\ +\\ +api\\ +\\ +($$|/.*)"
70- - " traefik.http.middlewares.mw-backend-vhm-api.replacepathregex.replacement=/VirtualHostBase/http/collective-ai.localhost/Plone/++api++/VirtualHostRoot$$1"
70+ - " traefik.http.middlewares.mw-backend-vhm-api.replacepathregex.replacement=/VirtualHostBase/http/collective-ai-settings .localhost/Plone/++api++/VirtualHostRoot$$1"
7171
7272 # # VHM rewrite /ClassicUI/
7373 - " traefik.http.middlewares.mw-backend-vhm-classic.replacepathregex.regex=^/ClassicUI($$|/.*)"
74- - " traefik.http.middlewares.mw-backend-vhm-classic.replacepathregex.replacement=/VirtualHostBase/http/collective-ai.localhost/Plone/VirtualHostRoot/_vh_ClassicUI$$1"
74+ - " traefik.http.middlewares.mw-backend-vhm-classic.replacepathregex.replacement=/VirtualHostBase/http/collective-ai-settings .localhost/Plone/VirtualHostRoot/_vh_ClassicUI$$1"
7575
7676 # # Basic Authentication
7777 # ## Note: all dollar signs in the hash need to be doubled for escaping.
@@ -81,12 +81,12 @@ services:
8181 - traefik.http.middlewares.mw-backend-auth.basicauth.headerField=X-Auth-ClassicUI
8282 - traefik.http.middlewares.mw-backend-auth.basicauth.users=admin:$$apr1$$uZPT5Fgu$$AmlIdamxT5ipBvPlsdfD70
8383 # Routers
84- - traefik.http.routers.rt-backend-api.rule=Host(`collective-ai.localhost`) && (PathPrefix(`/++api++`))
84+ - traefik.http.routers.rt-backend-api.rule=Host(`collective-ai-settings .localhost`) && (PathPrefix(`/++api++`))
8585 - traefik.http.routers.rt-backend-api.entrypoints=http
8686 - traefik.http.routers.rt-backend-api.service=svc-backend
8787 - traefik.http.routers.rt-backend-api.middlewares=gzip,mw-backend-vhm-api
8888 # # /ClassicUI
89- - traefik.http.routers.rt-backend-classic.rule=Host(`collective-ai.localhost`) && PathPrefix(`/ClassicUI`)
89+ - traefik.http.routers.rt-backend-classic.rule=Host(`collective-ai-settings .localhost`) && PathPrefix(`/ClassicUI`)
9090 - traefik.http.routers.rt-backend-classic.entrypoints=http
9191 - traefik.http.routers.rt-backend-classic.service=svc-backend
9292 - traefik.http.routers.rt-backend-classic.middlewares=gzip,mw-backend-auth,mw-backend-vhm-classic
0 commit comments