Loading deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ services: replicas: 1 labels: traefik.docker.network: traefik-net traefik.microservice.port: "${MICROSERVICE_PORT}" traefik.port: "${MICROSERVICE_PORT}" traefik.microservice.frontend.rule: PathPrefix:/${MICROSERVICE_NAME} traefik.microservice.backend: ${MICROSERVICE_NAME} traefik.mediastorage.frontend.rule: PathPrefix:/${MICROSERVICE_NAME}/mediastorage/photobank/{animals|layers|species|platforms|organisations} Loading deploy/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ services: replicas: 1 labels: traefik.docker.network: traefik-net traefik.microservice.port: "${MICROSERVICE_PORT}" traefik.port: "${MICROSERVICE_PORT}" traefik.microservice.frontend.rule: PathPrefix:/${MICROSERVICE_NAME} traefik.microservice.backend: ${MICROSERVICE_NAME} traefik.mediastorage.frontend.rule: PathPrefix:/${MICROSERVICE_NAME}/mediastorage/photobank/{animals|layers|species|platforms|organisations} Loading Loading
deploy/docker-compose.dev.yml +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ services: replicas: 1 labels: traefik.docker.network: traefik-net traefik.microservice.port: "${MICROSERVICE_PORT}" traefik.port: "${MICROSERVICE_PORT}" traefik.microservice.frontend.rule: PathPrefix:/${MICROSERVICE_NAME} traefik.microservice.backend: ${MICROSERVICE_NAME} traefik.mediastorage.frontend.rule: PathPrefix:/${MICROSERVICE_NAME}/mediastorage/photobank/{animals|layers|species|platforms|organisations} Loading
deploy/docker-compose.prod.yml +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ services: replicas: 1 labels: traefik.docker.network: traefik-net traefik.microservice.port: "${MICROSERVICE_PORT}" traefik.port: "${MICROSERVICE_PORT}" traefik.microservice.frontend.rule: PathPrefix:/${MICROSERVICE_NAME} traefik.microservice.backend: ${MICROSERVICE_NAME} traefik.mediastorage.frontend.rule: PathPrefix:/${MICROSERVICE_NAME}/mediastorage/photobank/{animals|layers|species|platforms|organisations} Loading