Initial commit

This commit is contained in:
2025-07-31 21:31:11 +02:00
commit 07c434dba8
21 changed files with 3075 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
db:
ports:
- '127.0.0.1:${POSTGRES_PORT}:5432'
redis:
ports:
- '127.0.0.1:${REDIS_PORT}:6379'