@@ -17,12 +17,7 @@ services:
1717 - SQL_SERVER_USER=talendsam
1818 - SQL_SERVER_PASSWORD=talendsam1234
1919 - TALEND_SAM_USER_PASSWORD=HeyHoLetsGO!
20- - TALEND_ADMIN_USER_PASSWORD=WeAreGoingToIbiza
21- healthcheck :
22- test : ["CMD", "curl", "-f", "http://localhost:8040/services"]
23- interval : 30s
24- timeout : 10s
25- retries : 5
20+ - TALEND_ADMIN_USER_PASSWORD=WeAreGoingToIbiza
2621
2722 serviceruntime01 :
2823 image : paultegelaar/talend74service:20201015_1726-V7.4.1M3
@@ -42,11 +37,6 @@ services:
4237 - TALEND_SAM_USER_PASSWORD=HeyHoLetsGO!
4338 - TALEND_ADMIN_USER_PASSWORD=WeAreGoingToIbiza
4439 - START_DELAY=15
45- healthcheck :
46- test : ["CMD", "curl", "-f", "http://localhost:8043/services"]
47- interval : 30s
48- timeout : 10s
49- retries : 5
5040
5141 processruntime01 :
5242 image : paultegelaar/talend74process:20201015_1726-V7.4.1M3
@@ -66,11 +56,6 @@ services:
6656 - TALEND_SAM_USER_PASSWORD=HeyHoLetsGO!
6757 - TALEND_ADMIN_USER_PASSWORD=WeAreGoingToIbiza
6858 - START_DELAY=30
69- healthcheck :
70- test : ["CMD", "curl", "-f", "http://localhost:8042/services"]
71- interval : 30s
72- timeout : 10s
73- retries : 5
7459
7560 apiruntime01 :
7661 image : paultegelaar/talend74api:20201015_1726-V7.4.1M3
@@ -90,12 +75,7 @@ services:
9075 - TALEND_SAM_USER_PASSWORD=HeyHoLetsGO!
9176 - TALEND_ADMIN_USER_PASSWORD=WeAreGoingToIbiza
9277 - START_DELAY=30
93- healthcheck :
94- test : ["CMD", "curl", "-f", "http://localhost:8041/services"]
95- interval : 30s
96- timeout : 10s
97- retries : 5
98-
78+
9979networks :
10080 talend_network :
10181 driver : bridge
0 commit comments