File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ services:
2020 REGISTRATION_HOSTNAME : ${REGISTRATION_HOSTNAME:-registration.eventaccess.localhost}
2121 labels :
2222 - traefik.enable=true
23- - traefik.http.routers.registration-backend.rule=Host(`${REGISTRATION_HOSTNAME:-registration.eventaccess.localhost}`) && PathRegexp(`^/(api|admin)`)
23+ - traefik.http.routers.registration-backend.rule=Host(`${REGISTRATION_HOSTNAME:-registration.eventaccess.localhost}`) && PathRegexp(`^/(api|admin|registration )`)
2424 - traefik.http.services.registration-backend.loadbalancer.server.port=8000
2525 # - traefik.http.routers.registration-backend.entrypoints=web,websecure
2626
@@ -73,7 +73,7 @@ services:
7373 REGISTRATION_HOSTNAME : ${REGISTRATION_HOSTNAME:-registration.eventaccess.localhost}
7474 labels :
7575 - traefik.enable=true
76- - traefik.http.routers.registration-backend.rule=Host(`${REGISTRATION_HOSTNAME:-registration.eventaccess.localhost}`) && PathRegexp(`^/(api|admin|static)`)
76+ - traefik.http.routers.registration-backend.rule=Host(`${REGISTRATION_HOSTNAME:-registration.eventaccess.localhost}`) && PathRegexp(`^/(api|admin|static|registration )`)
7777 # - traefik.http.routers.registration-backend.entrypoints=web,websecure
7878
7979 database :
You can’t perform that action at this time.
0 commit comments