refactor: remove commit_snapshot documentation and update docker configuration files
All checks were successful
Build and Release / release (push) Successful in 1m30s

This commit is contained in:
2026-05-07 11:34:18 +07:00
parent bdaac7ddd8
commit 76bb1735bb
3 changed files with 20 additions and 358 deletions

View File

@@ -124,7 +124,22 @@ services:
command: ["./rag-worker"]
networks:
- history-api-project
history_cron_worker:
build: .
container_name: history_cron_worker
restart: unless-stopped
depends_on:
history_db:
condition: service_healthy
history_cache:
condition: service_started
env_file:
- ./assets/resources/.env
command: ["./cron-worker"]
networks:
- history-api-project
volumes:
history_db_data:
history_cache_data: