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

@@ -135,7 +135,7 @@ services:
# --- Oathkeeper ---
oathkeeper_logs_init:
image: alpine:latest
image: debian:trixie-slim
command:
[
"sh",
@@ -199,11 +199,11 @@ services:
# --- 초기화 & 헬스체크 ---
ory_stack_check:
image: alpine:latest
image: debian:trixie-slim
container_name: ory_stack_check
command: >
/bin/sh -c "
apk add --no-cache curl;
apt-get update >/dev/null && apt-get install -y --no-install-recommends curl >/dev/null;
echo 'Wait for services...';
check_ready() {
name=\"$$1\";