This is an automated email from the ASF dual-hosted git repository.
mssun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave.git
The following commit(s) were added to refs/heads/master by this push:
new 1fe9755 Fix sim mode docker compose file (#462)
1fe9755 is described below
commit 1fe9755c909d8de1efa986bd51b3bc82b3caeaee
Author: Mingshen Sun <[email protected]>
AuthorDate: Wed Jan 20 11:23:36 2021 -0800
Fix sim mode docker compose file (#462)
---
docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml | 24 +++++++++++-----------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml
b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml
index b0f25aa..5b5895d 100644
--- a/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml
+++ b/docker/docker-compose-ubuntu-1804-sgx-sim-mode.yml
@@ -20,7 +20,7 @@ services:
- AS_URL
- TEACLAVE_LOG
entrypoint: ./teaclave_authentication_service
- container_name: teaclave-authentication-service
+ container_name: teaclave-authentication-service-sgx-sim-mode
networks:
api:
internal:
@@ -44,8 +44,8 @@ services:
- TEACLAVE_LOG
entrypoint: ./teaclave_frontend_service
depends_on:
- - teaclave-management-service
- container_name: teaclave-frontend-service
+ - teaclave-management-service-sgx-sim-mode
+ container_name: teaclave-frontend-service-sgx-sim-mode
networks:
api:
internal:
@@ -67,9 +67,9 @@ services:
- TEACLAVE_LOG
entrypoint: ./teaclave_management_service
depends_on:
- - teaclave-storage-service
- - teaclave-access-control-service
- container_name: teaclave-management-service
+ - teaclave-storage-service-sgx-sim-mode
+ - teaclave-access-control-service-sgx-sim-mode
+ container_name: teaclave-management-service-sgx-sim-mode
networks:
internal:
@@ -89,7 +89,7 @@ services:
- AS_URL
- TEACLAVE_LOG
entrypoint: ./teaclave_storage_service
- container_name: teaclave-storage-service
+ container_name: teaclave-storage-service-sgx-sim-mode
networks:
internal:
@@ -108,7 +108,7 @@ services:
- AS_ALGO
- AS_URL
- TEACLAVE_LOG
- container_name: teaclave-access-control-service
+ container_name: teaclave-access-control-service-sgx-sim-mode
entrypoint: ./teaclave_access_control_service
networks:
internal:
@@ -129,9 +129,9 @@ services:
- AS_URL
- TEACLAVE_LOG
entrypoint: ./teaclave_execution_service
- container_name: teaclave-execution-service
+ container_name: teaclave-execution-service-sgx-sim-mode
depends_on:
- - teaclave-scheduler-service
+ - teaclave-scheduler-service-sgx-sim-mode
networks:
internal:
fs:
@@ -152,9 +152,9 @@ services:
- AS_URL
- TEACLAVE_LOG
entrypoint: ./teaclave_scheduler_service
- container_name: teaclave-scheduler-service
+ container_name: teaclave-scheduler-service-sgx-sim-mode
depends_on:
- - teaclave-storage-service
+ - teaclave-storage-service-sgx-sim-mode
networks:
internal:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]