sessions, or something

This commit is contained in:
2025-08-09 16:28:49 +02:00
parent 4c70a3f72d
commit 21d5f56a39
30 changed files with 683 additions and 38 deletions
+6
View File
@@ -30,6 +30,12 @@ services:
- "3003:3000"
networks:
- app_network
valkey:
image: valkey/valkey
ports:
- "6379:6379"
networks:
- app_network
networks:
app_network: