X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=solution%2Fintegration%2Fsmo%2Fcommon%2Fdocker-compose.yml;h=6df241b9d0627d81c43deb05d9bf00cde6661b1e;hb=49a73a4e92c7ca2fe3e7513b23ea8a2fa818853d;hp=d5213ba52ee948326c93e1464b3e277aae190885;hpb=bb8d838a4d78858b2a5807214df92857957632d2;p=oam.git diff --git a/solution/integration/smo/common/docker-compose.yml b/solution/integration/smo/common/docker-compose.yml index d5213ba..6df241b 100755 --- a/solution/integration/smo/common/docker-compose.yml +++ b/solution/integration/smo/common/docker-compose.yml @@ -1,5 +1,5 @@ ################################################################################ -# Copyright 2021 highstreet technologies GmbH +# Copyright 2022 highstreet technologies GmbH # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -104,6 +104,22 @@ services: - ./o-ran-sc-topology-service/tapi-common-operational.json:/opt/dev/deploy/data/tapi-common-operational.json - ./o-ran-sc-topology-service/tapi-common-running.json:/opt/dev/deploy/data/tapi-common-running.json + wireshark: + image: "${WIRESHARK_IMAGE}" + container_name: wireshark + cap_add: + - NET_ADMIN + network_mode: host + environment: + - PUID=1000 + - PGID=1000 + - TZ=Europe/London + volumes: + - ./wireshark:/config + # no port mappbecause of network mode host. + # ports: + # - 3000:3000 + restart: unless-stopped networks: dmz: driver: bridge