File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 runAsUser : 1000
4141 containers :
4242 - name : skf-flask-back
43- image : " blabla1337/skf-api:dev "
43+ image : " blabla1337/skf-api:4.0.0 "
4444 imagePullPolicy : Always
4545 ports :
4646 - containerPort : 8888
Original file line number Diff line number Diff line change 4040 runAsUser : 100
4141 containers :
4242 - name : skf-flask-front
43- image : " blabla1337/skf-angular:dev "
43+ image : " blabla1337/skf-angular:4.0.0 "
4444 imagePullPolicy : Always
4545 ports :
4646 - containerPort : 8788
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ services:
4040 - " nginx"
4141 - " mysql"
4242 restart : always
43- image : " blabla1337/skf-angular:dev "
43+ image : " blabla1337/skf-angular:4.0.0 "
4444 environment :
4545 - FRONTEND_URI=http://localhost
4646 - SKIP_LOGIN=skiploginprovider
@@ -54,7 +54,7 @@ services:
5454 restart : always
5555 volumes :
5656 - ~/.kube/config:/home/user_api/.kube/config
57- image : " blabla1337/skf-api:dev "
57+ image : " blabla1337/skf-api:4.0.0 "
5858 environment :
5959 - SKF_FLASK_DEBUG=False
6060 - SKF_API_URL=http://localhost/api
You can’t perform that action at this time.
0 commit comments