Security Updates and random improvement.

This commit is contained in:
Stefan Hardegger
2025-09-01 16:02:19 +02:00
parent 15708b5ab2
commit d1289bd616
10 changed files with 2581 additions and 34 deletions

View File

@@ -50,7 +50,7 @@ services:
- storycove-network
postgres:
image: postgres:15-alpine
image: postgres:16-alpine
# No port mapping - only accessible within the Docker network
environment:
- POSTGRES_DB=storycove
@@ -62,7 +62,7 @@ services:
- storycove-network
typesense:
image: typesense/typesense:0.25.0
image: typesense/typesense:29.0
# No port mapping - only accessible within the Docker network
environment:
- TYPESENSE_API_KEY=${TYPESENSE_API_KEY}