some changes

This commit is contained in:
2026-01-21 15:58:30 +03:00
parent 02590a2a46
commit b8391e9c6b
4 changed files with 73 additions and 48 deletions

View File

@@ -3,7 +3,6 @@ services:
image: postgres:18.1-alpine
networks:
- bot
restart: always
ports:
- "5432:5432"
environment:
@@ -22,7 +21,6 @@ services:
image: mongo:noble
networks:
- bot
restart: always
ports:
- "27017:27017"
environment:
@@ -36,7 +34,6 @@ services:
image: redis:8.4-alpine
networks:
- bot
restart: always
ports:
- "6379:6379"
volumes: