ваше сообщение коммита

This commit is contained in:
2025-09-02 17:18:15 +03:00
parent a6360ccd2e
commit 53bb269b85
26 changed files with 580 additions and 243 deletions

View File

@@ -36,7 +36,7 @@ services:
logging:
driver: "json-file"
options:
max-size: "10m"
max-size: "20m"
max-file: "3"
volumes:
- ollama_data:/root/.ollama
@@ -97,8 +97,8 @@ services:
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"
max-size: "5m"
max-file: "2"
depends_on:
postgres:
condition: service_healthy
@@ -229,6 +229,8 @@ services:
done
"
volumes:
postgres_data:
ollama_data: