@@ -14,7 +14,7 @@ services:
14
14
constraints : [node.hostname == attx-swarm-1]
15
15
16
16
shared :
17
- image : attxtest /uv-attx-shared:latest
17
+ image : attxproject /uv-attx-shared:latest
18
18
volumes :
19
19
- shared_config:/config
20
20
- shared_dpu:/unified-views/dpu
@@ -70,7 +70,7 @@ services:
70
70
- frontend
71
71
72
72
attx-dpus :
73
- image : attxtest /uv-attx-dpus:latest
73
+ image : attxproject /uv-attx-dpus:latest
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 : attxtest /wf-api:latest
82
+ image : attxproject /wf-api:latest
83
83
networks :
84
84
- attx
85
85
depends_on :
86
86
- mysql
87
87
88
88
essiren :
89
- image : attxtest /essiren:latest
89
+ image : attxproject /essiren:latest
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 : attxtest /attx-es5:latest
103
+ image : attxproject /attx-es5:latest
104
104
volumes :
105
105
- /attx-data/elasticsearch5:/usr/share/elasticsearch/data
106
106
networks :
@@ -113,7 +113,7 @@ services:
113
113
constraints : [node.hostname == attx-swarm-2]
114
114
115
115
fuseki :
116
- image : attxtest /attx-fuseki:latest
116
+ image : attxproject /attx-fuseki:latest
117
117
volumes :
118
118
- /attx-data/fuseki:/data/fuseki
119
119
networks :
@@ -125,7 +125,7 @@ services:
125
125
constraints : [node.hostname == attx-swarm-2]
126
126
127
127
gmapi :
128
- image : attxtest /gm-api:latest
128
+ image : attxproject /gm-api:latest
129
129
volumes :
130
130
- /attx-data/gm-api:/app/data
131
131
networks :
0 commit comments