Update 1.3.0

This commit is contained in:
2026-04-06 23:46:44 +00:00
parent 37dc7d5610
commit 9839f8609b
24 changed files with 751 additions and 192 deletions
+1 -3
View File
@@ -1,5 +1,3 @@
version: '3.8'
services:
db:
image: postgres:16-alpine
@@ -8,7 +6,7 @@ services:
POSTGRES_PASSWORD: password
POSTGRES_DB: typstdrive
ports:
- "5432:5432"
- "5433:5432"
volumes:
- pgdata:/var/lib/postgresql/data