Vorbereitung Release 0.2.0 #83

Merged
tpeetz merged 178 commits from develop/0.2.0 into main 2026-01-29 22:50:42 +00:00
3 changed files with 7 additions and 2 deletions
Showing only changes of commit 3a0c062e78 - Show all commits
+4
View File
@@ -33,3 +33,7 @@ volumes:
secrets:
db-password:
file: db-password.txt
networks:
database:
name: database
external: true
+2 -1
View File
@@ -27,7 +27,7 @@ services:
- integration
- frontend
ports:
- 8000:8000
- 8100:8100
volumes:
- images-data:/data/images
depends_on:
@@ -116,6 +116,7 @@ services:
networks:
database:
name: database
integration:
name: integration
frontend:
@@ -82,7 +82,7 @@ spring:
user: artemis
password: artemis
server:
port: 8000
port: 8100
---
spring:
config: