Skip to content

Commit 60b25cf

Browse files
author
jkesanie
committed
Tagged attx images with 1.0
1 parent 84d5189 commit 60b25cf

File tree

1 file changed

+47
-47
lines changed

1 file changed

+47
-47
lines changed

swarm-mode-cpouta/attx-swarm.yml

+47-47
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
version: '3'
2-
services:
1+
version: '3'
2+
services:
33

44
mysql:
55
image: tenforce/unified-views-mariadb:feat-compact-modular
@@ -11,10 +11,10 @@ services:
1111
- attx
1212
deploy:
1313
placement:
14-
constraints: [node.hostname == attx-swarm-1]
14+
constraints: [node.hostname == attx-swarm-1]
1515

1616
shared:
17-
image: attxproject/uv-attx-shared:latest
17+
image: attxproject/uv-attx-shared:1.0
1818
volumes:
1919
- shared_config:/config
2020
- shared_dpu:/unified-views/dpu
@@ -26,39 +26,39 @@ services:
2626
placement:
2727
constraints: [node.hostname == attx-swarm-1]
2828

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
3535
- 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]
4444

45-
frontend:
46-
image: tenforce/unified-views-frontend:latest
47-
volumes:
45+
frontend:
46+
image: tenforce/unified-views-frontend:latest
47+
volumes:
4848
- 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
5151
- 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]
6262

6363
uv-dpus:
6464
image: tenforce/unified-views-add-dpus:latest
@@ -70,7 +70,7 @@ services:
7070
- frontend
7171

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

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

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

101101

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

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

127127
gmapi:
128-
image: attxproject/gm-api:latest
128+
image: attxproject/gm-api:1.0
129129
volumes:
130130
- /attx-data/gm-api:/app/data
131131
networks:
@@ -140,12 +140,12 @@ services:
140140
placement:
141141
constraints: [node.hostname == attx-swarm-2]
142142

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:
150150
shared_lib:
151151
shared_scripts:

0 commit comments

Comments
 (0)