X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fsmo%2Fapps%2Fdocker-compose.yml;h=ce4eb45397da7dac897da729f4847de0ef94b06f;hb=refs%2Fchanges%2F21%2F11321%2F1;hp=7820854983960f8eb33ee10e04bc2a14a5f5f06b;hpb=470bbf5501fc5afbb2b084c86ccc1e0184292a5b;p=oam.git diff --git a/solution/smo/apps/docker-compose.yml b/solution/smo/apps/docker-compose.yml index 7820854..ce4eb45 100644 --- a/solution/smo/apps/docker-compose.yml +++ b/solution/smo/apps/docker-compose.yml @@ -9,6 +9,8 @@ services: - BASEIMAGE=${FLOWS_IMAGE} container_name: flows hostname: flows + extra_hosts: + - "flows.oam.${SOLUTION_DOMAIN}:${HOST_IP}" environment: APP_VENDOR: ${APP_VENDOR} APP_SOURCE: ${APP_SOURCE} @@ -27,7 +29,11 @@ services: MESSAGES_PROTOCOL: https MESSAGES_HOST: messages.${SOLUTION_DOMAIN} MESSAGES_PORT: 443 - + KAFKA_BRIDGE_PROTOCOL: https + KAFKA_BRIDGE_HOST: kafka-bridge.${SOLUTION_DOMAIN} + KAFKA_BRIDGE_PORT: 443 + KAFKA_BRIDGE_CONSUMER_GROUP: app + KAFKA_BRIDGE_CONSUMER_NAME: message-consumer labels: traefik.enable: true traefik.http.routers.flows.entrypoints: websecure