Loading src/test/local-deployment/docker-compose.yml +32 −4 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ services: - ../../conf/config-fm-remote.cfg:/usr/app/src/conf/config.cfg - ../../clients/tf_sdk.py:/usr/app/src/clients/tf_sdk.py - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config # For local deployment, changes in lite2edge are automatically reflected and no need to push new Pipy package to Gitlab packet repo - ../../../../kubernetes-adapter/lite2edge:/usr/local/lib/python3.12/site-packages/lite2edge depends_on: - mongodb-remote Loading @@ -100,14 +98,44 @@ services: - ../../conf/config-fm-local.cfg:/usr/app/src/conf/config.cfg - ../../clients/tf_sdk.py:/usr/app/src/clients/tf_sdk.py - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config # For local deployment, changes in lite2edge are automatically reflected and no need to push new Pipy package to Gitlab packet repo - ../../../../kubernetes-adapter/lite2edge:/usr/local/lib/python3.12/site-packages/lite2edge depends_on: - mongodb-local - keycloak-local networks: - local-net lite2edge-local: build: context: ../../../../lite2edge dockerfile: Dockerfile container_name: lite2edge-local restart: unless-stopped ports: - "8752:8080" environment: - KUBECONFIG=/root/.kube/config - LOG_LEVEL=INFO volumes: - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config:ro networks: - local-net lite2edge-remote: build: context: ../../../../lite2edge dockerfile: Dockerfile container_name: lite2edge-remote restart: unless-stopped ports: - "8751:8080" environment: - KUBECONFIG=/root/.kube/config - LOG_LEVEL=INFO volumes: - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config:ro networks: - remote-net volumes: smdbdata-local: driver: local Loading Loading
src/test/local-deployment/docker-compose.yml +32 −4 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ services: - ../../conf/config-fm-remote.cfg:/usr/app/src/conf/config.cfg - ../../clients/tf_sdk.py:/usr/app/src/clients/tf_sdk.py - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config # For local deployment, changes in lite2edge are automatically reflected and no need to push new Pipy package to Gitlab packet repo - ../../../../kubernetes-adapter/lite2edge:/usr/local/lib/python3.12/site-packages/lite2edge depends_on: - mongodb-remote Loading @@ -100,14 +98,44 @@ services: - ../../conf/config-fm-local.cfg:/usr/app/src/conf/config.cfg - ../../clients/tf_sdk.py:/usr/app/src/clients/tf_sdk.py - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config # For local deployment, changes in lite2edge are automatically reflected and no need to push new Pipy package to Gitlab packet repo - ../../../../kubernetes-adapter/lite2edge:/usr/local/lib/python3.12/site-packages/lite2edge depends_on: - mongodb-local - keycloak-local networks: - local-net lite2edge-local: build: context: ../../../../lite2edge dockerfile: Dockerfile container_name: lite2edge-local restart: unless-stopped ports: - "8752:8080" environment: - KUBECONFIG=/root/.kube/config - LOG_LEVEL=INFO volumes: - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config:ro networks: - local-net lite2edge-remote: build: context: ../../../../lite2edge dockerfile: Dockerfile container_name: lite2edge-remote restart: unless-stopped ports: - "8751:8080" environment: - KUBECONFIG=/root/.kube/config - LOG_LEVEL=INFO volumes: - /home/sergio/i2cat/OperatorPlatform/OP_Automation/automation/1-kind-cluster/operator-platform-external-kubeconfig.yaml:/root/.kube/config:ro networks: - remote-net volumes: smdbdata-local: driver: local Loading