Loading deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: labels: traefik.port: "${MICROSERVICE_PORT}" traefik.docker.network: traefik-net traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$ /api/${MICROSERVICE_NAME}/msg/$1 traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$$ /api/${MICROSERVICE_NAME}/msg/$$1 traefik.backend: ${MICROSERVICE_NAME} restart_policy: delay: 1m Loading deploy/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ services: labels: traefik.port: "${MICROSERVICE_PORT}" traefik.docker.network: traefik-net traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$ /api/${MICROSERVICE_NAME}/msg/$1 traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$$ /api/${MICROSERVICE_NAME}/msg/$$1 traefik.backend: ${MICROSERVICE_NAME} placement: constraints: Loading Loading
deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ services: labels: traefik.port: "${MICROSERVICE_PORT}" traefik.docker.network: traefik-net traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$ /api/${MICROSERVICE_NAME}/msg/$1 traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$$ /api/${MICROSERVICE_NAME}/msg/$$1 traefik.backend: ${MICROSERVICE_NAME} restart_policy: delay: 1m Loading
deploy/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ services: labels: traefik.port: "${MICROSERVICE_PORT}" traefik.docker.network: traefik-net traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$ /api/${MICROSERVICE_NAME}/msg/$1 traefik.frontend.rule: PathPrefix:/api/${MICROSERVICE_NAME};ReplacePathRegex:^/api/${MICROSERVICE_NAME}/(.*)$$ /api/${MICROSERVICE_NAME}/msg/$$1 traefik.backend: ${MICROSERVICE_NAME} placement: constraints: Loading