laniakea v0.7

This commit is contained in:
2026-02-19 12:17:09 +03:00
parent e1f12f6618
commit 0804398b6c
7 changed files with 17 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:18.1-alpine
image: postgres:18.2-alpine3.23
networks:
- bot
ports:
@@ -19,7 +19,7 @@ services:
- ./scripts/postgres:/docker-entrypoint-initdb.d
- postgres_data:/var/lib/postgresql/data
mongo:
image: mongo:noble
image: mongo:8.2.5-noble
networks:
- bot
ports: