This commit is contained in:
2026-01-13 13:27:42 +03:00
parent 5e69454678
commit 4925283ede
27 changed files with 6236 additions and 260 deletions

View File

@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:17.6-alpine3.22
image: postgres:18.1-alpine
networks:
- bot
restart: always
@@ -33,7 +33,7 @@ services:
- ./scripts/mongo:/docker-entrypoint-initdb.d
- mongo_data:/data/db
redis:
image: redis:8.2.1-alpine
image: redis:8.4-alpine
networks:
- bot
restart: always