We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5c707 commit b7ea0acCopy full SHA for b7ea0ac
dockerize/Makefile
@@ -35,7 +35,7 @@ web: db
35
@echo "------------------------------------------------------------------"
36
@echo "Running in production mode"
37
38
- @docker compose -p $(PROJECT_ID) up -d --scale uwsgi=2 web worker beat dbbackups
+ @docker compose -p $(PROJECT_ID) up -d --scale uwsgi=2 web worker beat dbbackups qgis-qt6
39
40
certbot: web
41
@echo
0 commit comments