@@ -9,32 +9,30 @@ services:
99 ports :
1010 - 8545:8545
1111 healthcheck :
12+ # check port 8545 is open without nc
1213 test : (echo >/dev/tcp/$(hostname)/8545) &>/dev/null
1314 interval : 30s
1415 timeout : 5s
1516 retries : 3
1617 start_period : 90s
1718
1819 sms :
19- image : iexechub/iexec-sms:7.1 .0
20+ image : iexechub/iexec-sms:8.7 .0
2021 restart : unless-stopped
2122 environment :
22- TZ : Europe/Paris
23+ JAVA_TOOL_OPTIONS : ' -Xmx256M '
2324 IEXEC_SMS_BLOCKCHAIN_NODE_ADDRESS : http://bellecour-fork:8545
2425 IEXEC_HUB_ADDRESS : ' 0x3eca1B216A7DF1C7689aEb259fFB83ADFB894E7f'
25- IEXEC_TEE_WORKER_PRE_COMPUTE_IMAGE : docker.io/iexechub/tee-worker-pre-compute:7.1.0-sconify-5.3.15-debug
26- IEXEC_TEE_WORKER_PRE_COMPUTE_FINGERPRINT : 9f0f782d6edc611baa23ca0978f555ee58ea70e092640c961e75c25e9e4b0f22
27- IEXEC_TEE_WORKER_PRE_COMPUTE_HEAP_SIZE_GB : 4
28- IEXEC_TEE_WORKER_POST_COMPUTE_IMAGE : docker.io/iexechub/tee-worker-post-compute:7.1.1-sconify-5.3.15-debug
29- IEXEC_TEE_WORKER_POST_COMPUTE_FINGERPRINT : face1376b97131e2dc75a556381d47a2e03bed9e1bc11e462471f99d1eefae50
30- IEXEC_TEE_WORKER_POST_COMPUTE_HEAP_SIZE_GB : 4
31- IEXEC_IGNORED_SGX_ADVISORIES : INTEL-SA-00161,INTEL-SA-00289,INTEL-SA-00334,INTEL-SA-00381,INTEL-SA-00389,INTEL-SA-00220,INTEL-SA-00270,INTEL-SA-00293,INTEL-SA-00320,INTEL-SA-00329,INTEL-SA-00477
32- IEXEC_SCONE_TOLERATED_INSECURE_OPTIONS : debug-mode,hyperthreading,outdated-tcb
33- IEXEC_SMS_DISPLAY_DEBUG_SESSION : ' true'
34- IEXEC_SCONE_CAS_HOST : foo
35- IEXEC_SMS_IMAGE_LAS_IMAGE : foo
26+ IEXEC_SMS_TEE_RUNTIME_FRAMEWORK : scone
27+ IEXEC_SMS_IMAGE_LAS_IMAGE : ' las-image'
28+ IEXEC_TEE_WORKER_PRE_COMPUTE_IMAGE : ' pre-compute-image'
29+ IEXEC_TEE_WORKER_PRE_COMPUTE_FINGERPRINT : ' pre-compute-fingerprint'
30+ IEXEC_TEE_WORKER_POST_COMPUTE_IMAGE : ' post-compute-image'
31+ IEXEC_TEE_WORKER_POST_COMPUTE_FINGERPRINT : ' post-compute-fingerprint'
3632 ports :
3733 - 13300:13300
34+ healthcheck :
35+ test : curl -f localhost:13300/actuator/health || exit 1
3836 depends_on :
3937 bellecour-fork :
4038 condition : service_healthy
@@ -244,7 +242,7 @@ services:
244242 graphnode :
245243 condition : service_healthy
246244 sms :
247- condition : service_started
245+ condition : service_healthy
248246 market-watcher :
249247 condition : service_started
250248 market-api :
0 commit comments