diff --git a/api/mysagw/case/templates/application.docx b/api/mysagw/case/templates/application.docx index 559bbd10..f9a641db 100644 Binary files a/api/mysagw/case/templates/application.docx and b/api/mysagw/case/templates/application.docx differ diff --git a/api/pyproject.toml b/api/pyproject.toml index ed15899b..9fcba838 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mysagw" -version = "0.1.2" +version = "0.1.3" description = "Application management for SAGW" repository = "https://github.com/adfinis/mySAGW" authors = ["Adfinis"] diff --git a/compose.yaml b/compose.yaml index f93876d0..ebc6eef4 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,5 +1,5 @@ --- -x-version: 0.4.1 +x-version: 0.4.2 services: db: @@ -11,7 +11,7 @@ services: - "5432:5432" api: - image: ghcr.io/adfinis/mysagw/api:0.1.2 + image: ghcr.io/adfinis/mysagw/api:0.1.3 environment: - DATABASE_HOST=db - DATABASE_PORT=5432