File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ services:
2222 - open-klant-dev
2323
2424 web :
25- image : maykinmedia/open-klant:latest
26- build : &web_build
25+ image : maykinmedia/open-klant:${TAG:- latest}
26+ build :
2727 context : .
2828 environment : &web_env
2929 DJANGO_SETTINGS_MODULE : openklant.conf.docker
@@ -85,7 +85,7 @@ services:
8585 - open-klant-dev
8686
8787 web-init :
88- build : .
88+ image : maykinmedia/open-klant:${TAG:-latest}
8989 environment :
9090 << : *web_env
9191 #
@@ -104,8 +104,7 @@ services:
104104 - open-klant-dev
105105
106106 celery :
107- image : maykinmedia/open-klant:latest
108- build : *web_build
107+ image : maykinmedia/open-klant:${TAG:-latest}
109108 environment : *web_env
110109 command : /celery_worker.sh
111110 healthcheck :
@@ -130,8 +129,7 @@ services:
130129 - open-klant-dev
131130
132131 celery-flower :
133- image : maykinmedia/open-klant:latest
134- build : *web_build
132+ image : maykinmedia/open-klant:${TAG:-latest}
135133 environment : *web_env
136134 command : /celery_flower.sh
137135 ports :
You can’t perform that action at this time.
0 commit comments