This commit is contained in:
f4ilji
2025-01-12 14:43:16 +05:00
parent 34a4516273
commit 0a5ff27966
4 changed files with 76 additions and 1 deletions
+11
View File
@@ -47,3 +47,14 @@ services:
- MYSQL_PASSWORD=secret
ports:
- "3306:3306"
redis:
image: redis:latest
container_name: ntspi-redis
ports:
- "6379:6379"
volumes:
- redis_data:/data
volumes:
redis_data: