File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " mysagw"
3- version = " 0.3.0 "
3+ version = " 0.3.1 "
44description = " Application management for SAGW"
55repository = " https://github.com/adfinis/mySAGW"
66authors = [" Adfinis" ]
Original file line number Diff line number Diff line change 1- 0.3.4
1+ 0.3.5
Original file line number Diff line number Diff line change 11---
2- x-version : 0.6.1
2+ x-version : 0.6.2
33
44services :
55 db :
@@ -11,15 +11,15 @@ services:
1111 - " 5432:5432"
1212
1313 api :
14- image : ghcr.io/adfinis/mysagw/api:0.3.0
14+ image : ghcr.io/adfinis/mysagw/api:0.3.1
1515 environment :
1616 - DATABASE_HOST=db
1717 - DATABASE_PORT=5432
1818 depends_on :
1919 - db
2020
2121 caluma :
22- image : ghcr.io/adfinis/mysagw/caluma:0.3.4
22+ image : ghcr.io/adfinis/mysagw/caluma:0.3.5
2323 environment :
2424 - DATABASE_HOST=db
2525 - DATABASE_PORT=5432
@@ -66,7 +66,7 @@ services:
6666 command : start
6767
6868 ember :
69- image : ghcr.io/adfinis/mysagw/ember:0.3.1
69+ image : ghcr.io/adfinis/mysagw/ember:0.3.2
7070
7171 minio :
7272 image : minio/minio:RELEASE.2024-12-13T22-19-12Z
Original file line number Diff line number Diff line change 11{
22 "name" : " mysagw" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "private" : true ,
55 "description" : " Small description for mySAGW goes here" ,
66 "repository" : " " ,
You can’t perform that action at this time.
0 commit comments