split docker compose file

This commit is contained in:
2025-03-27 13:34:17 +01:00
parent 6ec45fc9db
commit d94c558989
11 changed files with 143 additions and 105 deletions

View File

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