Skip to content

Commit

Permalink
Merge pull request #1180 from open-dynaMIX/fix_application_template
Browse files Browse the repository at this point in the history
fix(API): fix application DMS template
  • Loading branch information
open-dynaMIX authored Dec 19, 2024
2 parents 207f940 + 2c3d853 commit e9687a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified api/mysagw/case/templates/application.docx
Binary file not shown.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
x-version: 0.4.1
x-version: 0.4.2

services:
db:
Expand All @@ -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
Expand Down

0 comments on commit e9687a1

Please sign in to comment.