refactor docker compose

This commit is contained in:
2025-03-30 03:05:47 +02:00
parent 7d030204f6
commit 6ab3e63af2
12 changed files with 37 additions and 61 deletions

View File

@@ -0,0 +1,8 @@
services:
redis:
ports:
- "6379:6379"
postgresql:
ports:
- "5432:5432"