update scripts to use Postgres

This commit is contained in:
Thomas Peetz
2025-05-01 01:13:49 +02:00
parent 72c1a7d265
commit 7ff2bf912d
12 changed files with 110 additions and 45 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ services:
volumes:
- mariadb-storage:/var/lib/mysql:rw
kontor:
image: kontor:0.1.0
image: kontor:0.2.0-SNAPSHOT
restart: unless-stopped
networks:
- database
@@ -54,7 +54,7 @@ services:
postgres:
condition: service_healthy
kontor-api:
image: kontor-api:0.1.0
image: kontor-api:0.2.0-SNAPSHOT
restart: unless-stopped
networks:
- database