WSL 도커 전환과 trixie-slim 로컬 실행 복구 반영
This commit is contained in:
@@ -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\";
|
||||
|
||||
Reference in New Issue
Block a user