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
2 changed files with 19 additions and 0 deletions
Showing only changes of commit e741a46f69 - Show all commits
+1
View File
@@ -18,3 +18,4 @@ db-password.txt
kontor-api/tests/test_main.py
kontor-api/tests/test_db.db
kontor-api/test_db.db
couchdb-password.txt
+18
View File
@@ -28,6 +28,21 @@ services:
networks:
- database
- frontend
couchdb:
image: couchdb
restart: unless-stopped
environment:
- COUCHDB_USER=admin
- COUCHDB_PASSWORD=admin
ports:
- 5984:5984
networks:
- database
- frontend
volumes:
- couchdb-data:/opt/couchdb/data
secrets:
- couchdb-password
kontor:
image: kontor:0.2.0-SNAPSHOT
restart: unless-stopped
@@ -59,8 +74,11 @@ networks:
frontend:
volumes:
postgres-data:
couchdb-data:
images-data:
secrets:
db-password:
file: db-password.txt
couchdb-password:
file: couchdb-password.txt