WSL 도커 전환과 trixie-slim 로컬 실행 복구 반영

This commit is contained in:
2026-06-11 13:06:17 +09:00
parent c1a1fcb041
commit 2040234229
13 changed files with 264 additions and 23 deletions

View File

@@ -29,4 +29,4 @@ CREATE TABLE IF NOT EXISTS ory.oathkeeper_access_logs (
raw String DEFAULT ''
) ENGINE = MergeTree()
ORDER BY (timestamp, request_id)
TTL timestamp + INTERVAL 30 DAY;
TTL toDateTime(timestamp) + INTERVAL 30 DAY;