Skip to content

Commit 459b78f

Browse files
author
João M. da Silva
committed
Updated attx-swarm.yml: ATTX images now refer to attxproject repo
1 parent 2c4c2dc commit 459b78f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

swarm-mode-cpouta/attx-swarm.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
constraints: [node.hostname == attx-swarm-1]
1515

1616
shared:
17-
image: attxtest/uv-attx-shared:latest
17+
image: attxproject/uv-attx-shared:latest
1818
volumes:
1919
- shared_config:/config
2020
- shared_dpu:/unified-views/dpu
@@ -70,7 +70,7 @@ services:
7070
- frontend
7171

7272
attx-dpus:
73-
image: attxtest/uv-attx-dpus:latest
73+
image: attxproject/uv-attx-dpus:latest
7474
networks:
7575
- attx
7676
depends_on:
@@ -79,14 +79,14 @@ services:
7979
- uv-dpus
8080

8181
wfapi:
82-
image: attxtest/wf-api:latest
82+
image: attxproject/wf-api:latest
8383
networks:
8484
- attx
8585
depends_on:
8686
- mysql
8787

8888
essiren:
89-
image: attxtest/essiren:latest
89+
image: attxproject/essiren:latest
9090
volumes:
9191
- /attx-data/essiren:/usr/share/elasticsearch/data
9292
networks:
@@ -100,7 +100,7 @@ services:
100100

101101

102102
elasticsearch5:
103-
image: attxtest/attx-es5:latest
103+
image: attxproject/attx-es5:latest
104104
volumes:
105105
- /attx-data/elasticsearch5:/usr/share/elasticsearch/data
106106
networks:
@@ -113,7 +113,7 @@ services:
113113
constraints: [node.hostname == attx-swarm-2]
114114

115115
fuseki:
116-
image: attxtest/attx-fuseki:latest
116+
image: attxproject/attx-fuseki:latest
117117
volumes:
118118
- /attx-data/fuseki:/data/fuseki
119119
networks:
@@ -125,7 +125,7 @@ services:
125125
constraints: [node.hostname == attx-swarm-2]
126126

127127
gmapi:
128-
image: attxtest/gm-api:latest
128+
image: attxproject/gm-api:latest
129129
volumes:
130130
- /attx-data/gm-api:/app/data
131131
networks:

0 commit comments

Comments
 (0)