Commit edefdbb2 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Remove commented code in docker compose files

parent 1843d8bd
Loading
Loading
Loading
Loading
Loading
+0 −36
Original line number Original line Diff line number Diff line
@@ -14,9 +14,6 @@ services:
  helper:
  helper:
    build:
    build:
      context: ./helper
      context: ./helper
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    container_name: helper
    container_name: helper
@@ -42,9 +39,6 @@ services:
  access-control-policy:
  access-control-policy:
    build:
    build:
      context: ./TS29222_CAPIF_Access_Control_Policy_API
      context: ./TS29222_CAPIF_Access_Control_Policy_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -66,9 +60,6 @@ services:
  api-invoker-management:
  api-invoker-management:
    build:
    build:
      context: ./TS29222_CAPIF_API_Invoker_Management_API
      context: ./TS29222_CAPIF_API_Invoker_Management_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -94,9 +85,6 @@ services:
  api-provider-management:
  api-provider-management:
    build:
    build:
      context: ./TS29222_CAPIF_API_Provider_Management_API
      context: ./TS29222_CAPIF_API_Provider_Management_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -121,9 +109,6 @@ services:
  logs:
  logs:
    build:
    build:
      context: ./TS29222_CAPIF_Auditing_API
      context: ./TS29222_CAPIF_Auditing_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -144,9 +129,6 @@ services:
  service-apis:
  service-apis:
    build:
    build:
      context: ./TS29222_CAPIF_Discover_Service_API
      context: ./TS29222_CAPIF_Discover_Service_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -167,9 +149,6 @@ services:
  capif-events:
  capif-events:
    build:
    build:
      context: ./TS29222_CAPIF_Events_API
      context: ./TS29222_CAPIF_Events_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -190,9 +169,6 @@ services:
  api-invocation-logs:
  api-invocation-logs:
    build:
    build:
      context: ./TS29222_CAPIF_Logging_API_Invocation_API
      context: ./TS29222_CAPIF_Logging_API_Invocation_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -214,9 +190,6 @@ services:
  published-apis:
  published-apis:
    build:
    build:
      context: ./TS29222_CAPIF_Publish_Service_API
      context: ./TS29222_CAPIF_Publish_Service_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -238,9 +211,6 @@ services:
  capif-routing-info:
  capif-routing-info:
    build:
    build:
      context: ./TS29222_CAPIF_Routing_Info_API
      context: ./TS29222_CAPIF_Routing_Info_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    image: labs.etsi.org:5050/ocf/capif/routing-info-api:v2.x.x-release
    image: labs.etsi.org:5050/ocf/capif/routing-info-api:v2.x.x-release
@@ -248,9 +218,6 @@ services:
  capif-security:
  capif-security:
    build:
    build:
      context: ./TS29222_CAPIF_Security_API
      context: ./TS29222_CAPIF_Security_API
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    expose:
    expose:
      - "8080"
      - "8080"
    volumes:
    volumes:
@@ -303,9 +270,6 @@ services:
  nginx:
  nginx:
    build:
    build:
      context: ./nginx
      context: ./nginx
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    ports:
    ports:
      - "8080:8080"
      - "8080:8080"
      - "443:443"
      - "443:443"
+0 −3
Original line number Original line Diff line number Diff line
@@ -2,9 +2,6 @@ services:
  register:
  register:
    build:
    build:
      context: ./register
      context: ./register
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    ports:
    ports:
      - 8084:8080
      - 8084:8080
    volumes:
    volumes:
+0 −3
Original line number Original line Diff line number Diff line
@@ -2,9 +2,6 @@ services:
  vault:
  vault:
    build:
    build:
      context: ./vault
      context: ./vault
      # platforms:
      #   - linux/arm64
      #   - linux/amd64
    restart: unless-stopped
    restart: unless-stopped
    ports:
    ports:
      - 8200:8200
      - 8200:8200