Loading services/docker-compose-capif.yml +49 −7 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ services: helper: build: context: ./helper platforms: - linux/arm64 - linux/amd64 expose: - "8080" container_name: helper Loading @@ -37,7 +40,11 @@ services: - nginx access-control-policy: build: TS29222_CAPIF_Access_Control_Policy_API build: context: ./TS29222_CAPIF_Access_Control_Policy_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -59,6 +66,9 @@ services: api-invoker-management: build: context: ./TS29222_CAPIF_API_Invoker_Management_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -82,7 +92,11 @@ services: - nginx api-provider-management: build: TS29222_CAPIF_API_Provider_Management_API/. build: context: ./TS29222_CAPIF_API_Provider_Management_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -107,6 +121,9 @@ services: logs: build: context: ./TS29222_CAPIF_Auditing_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -127,6 +144,9 @@ services: service-apis: build: context: ./TS29222_CAPIF_Discover_Service_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -145,7 +165,11 @@ services: - mongo capif-events: build: TS29222_CAPIF_Events_API/. build: context: ./TS29222_CAPIF_Events_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -166,6 +190,9 @@ services: api-invocation-logs: build: context: ./TS29222_CAPIF_Logging_API_Invocation_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -185,7 +212,11 @@ services: - mongo published-apis: build: TS29222_CAPIF_Publish_Service_API/. build: context: ./TS29222_CAPIF_Publish_Service_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -205,13 +236,21 @@ services: - mongo capif-routing-info: build: TS29222_CAPIF_Routing_Info_API/. build: context: ./TS29222_CAPIF_Routing_Info_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" image: labs.etsi.org:5050/ocf/capif/routing-info-api:v2.x.x-release capif-security: build: TS29222_CAPIF_Security_API/. build: context: ./TS29222_CAPIF_Security_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading Loading @@ -264,6 +303,9 @@ services: nginx: build: context: ./nginx platforms: - linux/arm64 - linux/amd64 ports: - "8080:8080" - "443:443" Loading services/docker-compose-mock-server.yml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ services: mock-server: build: context: ./mock_server platforms: - linux/arm64 - linux/amd64 ports: - 9090:9090 volumes: Loading services/docker-compose-register.yml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ services: register: build: context: ./register platforms: - linux/arm64 - linux/amd64 ports: - 8084:8080 volumes: Loading services/docker-compose-vault.yml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ services: vault: build: context: ./vault platforms: - linux/arm64 - linux/amd64 restart: unless-stopped ports: - 8200:8200 Loading Loading
services/docker-compose-capif.yml +49 −7 Original line number Diff line number Diff line Loading @@ -14,6 +14,9 @@ services: helper: build: context: ./helper platforms: - linux/arm64 - linux/amd64 expose: - "8080" container_name: helper Loading @@ -37,7 +40,11 @@ services: - nginx access-control-policy: build: TS29222_CAPIF_Access_Control_Policy_API build: context: ./TS29222_CAPIF_Access_Control_Policy_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -59,6 +66,9 @@ services: api-invoker-management: build: context: ./TS29222_CAPIF_API_Invoker_Management_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -82,7 +92,11 @@ services: - nginx api-provider-management: build: TS29222_CAPIF_API_Provider_Management_API/. build: context: ./TS29222_CAPIF_API_Provider_Management_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -107,6 +121,9 @@ services: logs: build: context: ./TS29222_CAPIF_Auditing_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -127,6 +144,9 @@ services: service-apis: build: context: ./TS29222_CAPIF_Discover_Service_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -145,7 +165,11 @@ services: - mongo capif-events: build: TS29222_CAPIF_Events_API/. build: context: ./TS29222_CAPIF_Events_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -166,6 +190,9 @@ services: api-invocation-logs: build: context: ./TS29222_CAPIF_Logging_API_Invocation_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -185,7 +212,11 @@ services: - mongo published-apis: build: TS29222_CAPIF_Publish_Service_API/. build: context: ./TS29222_CAPIF_Publish_Service_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading @@ -205,13 +236,21 @@ services: - mongo capif-routing-info: build: TS29222_CAPIF_Routing_Info_API/. build: context: ./TS29222_CAPIF_Routing_Info_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" image: labs.etsi.org:5050/ocf/capif/routing-info-api:v2.x.x-release capif-security: build: TS29222_CAPIF_Security_API/. build: context: ./TS29222_CAPIF_Security_API platforms: - linux/arm64 - linux/amd64 expose: - "8080" volumes: Loading Loading @@ -264,6 +303,9 @@ services: nginx: build: context: ./nginx platforms: - linux/arm64 - linux/amd64 ports: - "8080:8080" - "443:443" Loading
services/docker-compose-mock-server.yml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ services: mock-server: build: context: ./mock_server platforms: - linux/arm64 - linux/amd64 ports: - 9090:9090 volumes: Loading
services/docker-compose-register.yml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ services: register: build: context: ./register platforms: - linux/arm64 - linux/amd64 ports: - 8084:8080 volumes: Loading
services/docker-compose-vault.yml +3 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,9 @@ services: vault: build: context: ./vault platforms: - linux/arm64 - linux/amd64 restart: unless-stopped ports: - 8200:8200 Loading