diff --git a/caluma/Dockerfile b/caluma/Dockerfile index a267822d..bb13088f 100644 --- a/caluma/Dockerfile +++ b/caluma/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/projectcaluma/caluma:10.1.0 +FROM ghcr.io/projectcaluma/caluma:10.1.1 ENV PATH="${HOME}/.local/bin:${PATH}" diff --git a/docker-compose.yml b/docker-compose.yml index 133af427..f7d66837 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -16,7 +16,7 @@ services: - db caluma: - image: ghcr.io/projectcaluma/caluma:10.1.0 + image: ghcr.io/projectcaluma/caluma:10.1.1 build: context: caluma environment: diff --git a/next_deployment.md b/next_deployment.md index 6e8232d1..d5e88a22 100644 --- a/next_deployment.md +++ b/next_deployment.md @@ -1 +1,13 @@ # Manual steps for next deployment + +## Fixed application template + +Upload new template: + +```bash +docker compose run --rm api poetry run ./manage.py upload_template -t mysagw/case/templates/application.docx +``` + +## Set env var in `.envs/.production/.caluma` + +`DISABLE_INTROSPECTION=false`