1
- version : ' 3'
2
- services :
1
+ version : ' 3'
2
+ services :
3
3
4
4
mysql :
5
5
image : tenforce/unified-views-mariadb:feat-compact-modular
@@ -11,10 +11,10 @@ services:
11
11
- attx
12
12
deploy :
13
13
placement :
14
- constraints : [node.hostname == attx-swarm-1]
14
+ constraints : [node.hostname == attx-swarm-1]
15
15
16
16
shared :
17
- image : attxproject/uv-attx-shared:latest
17
+ image : attxproject/uv-attx-shared:1.0
18
18
volumes :
19
19
- shared_config:/config
20
20
- shared_dpu:/unified-views/dpu
@@ -26,39 +26,39 @@ services:
26
26
placement :
27
27
constraints : [node.hostname == attx-swarm-1]
28
28
29
- backend :
30
- image : tenforce/unified-views-backend:latest
31
- volumes :
32
- - shared_config:/config
33
- - shared_dpu:/unified-views/dpu
34
- - shared_lib:/unified-views/lib
29
+ backend :
30
+ image : tenforce/unified-views-backend:latest
31
+ volumes :
32
+ - shared_config:/config
33
+ - shared_dpu:/unified-views/dpu
34
+ - shared_lib:/unified-views/lib
35
35
- shared_scripts:/unified-views/scripts
36
- networks :
37
- - attx
38
- depends_on :
39
- - shared
40
- - mysql
41
- deploy :
42
- placement :
43
- constraints : [node.hostname == attx-swarm-1]
36
+ networks :
37
+ - attx
38
+ depends_on :
39
+ - shared
40
+ - mysql
41
+ deploy :
42
+ placement :
43
+ constraints : [node.hostname == attx-swarm-1]
44
44
45
- frontend :
46
- image : tenforce/unified-views-frontend:latest
47
- volumes :
45
+ frontend :
46
+ image : tenforce/unified-views-frontend:latest
47
+ volumes :
48
48
- shared_config:/config
49
- - shared_dpu:/unified-views/dpu
50
- - shared_lib:/unified-views/lib
49
+ - shared_dpu:/unified-views/dpu
50
+ - shared_lib:/unified-views/lib
51
51
- shared_scripts:/unified-views/scripts
52
- ports :
53
- - 8080:8080
54
- networks :
55
- - attx
56
- depends_on :
57
- - shared
58
- - backend
59
- deploy :
60
- placement :
61
- constraints : [node.hostname == attx-swarm-1]
52
+ ports :
53
+ - 8080:8080
54
+ networks :
55
+ - attx
56
+ depends_on :
57
+ - shared
58
+ - backend
59
+ deploy :
60
+ placement :
61
+ constraints : [node.hostname == attx-swarm-1]
62
62
63
63
uv-dpus :
64
64
image : tenforce/unified-views-add-dpus:latest
@@ -70,7 +70,7 @@ services:
70
70
- frontend
71
71
72
72
attx-dpus :
73
- image : attxproject/uv-attx-dpus:latest
73
+ image : attxproject/uv-attx-dpus:1.0
74
74
networks :
75
75
- attx
76
76
depends_on :
@@ -79,14 +79,14 @@ services:
79
79
- uv-dpus
80
80
81
81
wfapi :
82
- image : attxproject/wf-api:latest
82
+ image : attxproject/wf-api:1.0
83
83
networks :
84
84
- attx
85
85
depends_on :
86
86
- mysql
87
87
88
88
essiren :
89
- image : attxproject/essiren:latest
89
+ image : attxproject/essiren:1.0
90
90
volumes :
91
91
- /attx-data/essiren:/usr/share/elasticsearch/data
92
92
networks :
@@ -100,7 +100,7 @@ services:
100
100
101
101
102
102
elasticsearch5 :
103
- image : attxproject/attx-es5:latest
103
+ image : attxproject/attx-es5:1.0
104
104
volumes :
105
105
- /attx-data/elasticsearch5:/usr/share/elasticsearch/data
106
106
networks :
@@ -113,9 +113,9 @@ services:
113
113
constraints : [node.hostname == attx-swarm-2]
114
114
115
115
fuseki :
116
- image : attxproject/attx-fuseki:latest
116
+ image : attxproject/attx-fuseki:1.0
117
117
volumes :
118
- - /attx-data/fuseki:/data/fuseki
118
+ - /attx-data/fuseki:/data/fuseki
119
119
networks :
120
120
- attx
121
121
environment :
@@ -125,7 +125,7 @@ services:
125
125
constraints : [node.hostname == attx-swarm-2]
126
126
127
127
gmapi :
128
- image : attxproject/gm-api:latest
128
+ image : attxproject/gm-api:1.0
129
129
volumes :
130
130
- /attx-data/gm-api:/app/data
131
131
networks :
@@ -140,12 +140,12 @@ services:
140
140
placement :
141
141
constraints : [node.hostname == attx-swarm-2]
142
142
143
- networks :
144
- attx :
145
- driver : " overlay"
146
-
147
- volumes :
148
- shared_config :
149
- shared_dpu :
143
+ networks :
144
+ attx :
145
+ driver : " overlay"
146
+
147
+ volumes :
148
+ shared_config :
149
+ shared_dpu :
150
150
shared_lib :
151
151
shared_scripts :
0 commit comments