chore: harden generation context baseline

This commit is contained in:
MaKarin
2026-03-22 18:34:22 +03:00
parent 7e6b76cef2
commit d1ea297dfc
40 changed files with 2038 additions and 3517 deletions

View File

@@ -2,7 +2,7 @@ services:
postgres:
image: postgres:16
container_name: toir-postgres
restart: always
restart: unless-stopped
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
@@ -10,7 +10,7 @@ services:
ports:
- "5432:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
- postgres-data:/var/lib/postgresql/data
volumes:
postgres_data:
postgres-data: