File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
provision/roles/mongodb/tasks Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 90
90
dest : /opt/uoc-ui
91
91
force : yes
92
92
93
+ - name : build UOC-mongo image
94
+ docker_image :
95
+ name : uoc-mongo
96
+ build :
97
+ path : /opt/uoc-ui
98
+ dockerfile : docker/mongo/Dockerfile-mongo
99
+ pull : yes
100
+ source : build
101
+
93
102
- name : build UOC-flask image
94
103
docker_image :
95
104
name : uoc-flask
96
105
build :
97
106
path : /opt/uoc-ui
98
107
dockerfile : docker/flask/Dockerfile-flask
108
+ pull : yes
99
109
source : build
100
110
101
111
- name : build UOC-nginx image
104
114
build :
105
115
path : /opt/uoc-ui
106
116
dockerfile : docker/nginx/Dockerfile-nginx
117
+ pull : yes
107
118
source : build
108
119
109
120
- name : copy mongo-efs docker override
140
151
- mongo-efs.yml
141
152
- uoc-ui.yml
142
153
build : yes
143
- pull : yes
154
+ pull : no
144
155
become : yes
You can’t perform that action at this time.
0 commit comments