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: secrets:
db-password: db-password:
file: db-password.txt file: db-password.txt
networks:
database:
name: database
external: true
+2 -1
View File
@@ -27,7 +27,7 @@ services:
- integration - integration
- frontend - frontend
ports: ports:
- 8000:8000 - 8100:8100
volumes: volumes:
- images-data:/data/images - images-data:/data/images
depends_on: depends_on:
@@ -116,6 +116,7 @@ services:
networks: networks:
database: database:
name: database
integration: integration:
name: integration name: integration
frontend: frontend:
@@ -82,7 +82,7 @@ spring:
user: artemis user: artemis
password: artemis password: artemis
server: server:
port: 8000 port: 8100
--- ---
spring: spring:
config: config: