forked from baron/baron-sso
log 볼륨 마운트 방식 변경
This commit is contained in:
@@ -148,7 +148,7 @@ jobs:
|
|||||||
|
|
||||||
|
|
||||||
# [중요] 설정 파일 권한 문제 해결 (Ory 이미지는 root가 아닌 사용자로 실행됨)
|
# [중요] 설정 파일 권한 문제 해결 (Ory 이미지는 root가 아닌 사용자로 실행됨)
|
||||||
chmod -R 777 docker/ory
|
chmod -R 777 docker/ory || true
|
||||||
|
|
||||||
cp docker/staging_pull_compose.template.yaml staging_pull_compose.yaml
|
cp docker/staging_pull_compose.template.yaml staging_pull_compose.yaml
|
||||||
|
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -14,6 +14,7 @@
|
|||||||
# Docker Services Data (Volumes)
|
# Docker Services Data (Volumes)
|
||||||
postgres_data/
|
postgres_data/
|
||||||
clickhouse_data/
|
clickhouse_data/
|
||||||
|
docker/ory/oathkeeper/logs/
|
||||||
|
|
||||||
# Backend (Go)
|
# Backend (Go)
|
||||||
backend/main
|
backend/main
|
||||||
|
|||||||
@@ -146,7 +146,7 @@ services:
|
|||||||
- OATHKEEPER_INTROSPECT_CLIENT_SECRET=${OATHKEEPER_INTROSPECT_CLIENT_SECRET:-oathkeeper-secret}
|
- OATHKEEPER_INTROSPECT_CLIENT_SECRET=${OATHKEEPER_INTROSPECT_CLIENT_SECRET:-oathkeeper-secret}
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/ory/oathkeeper:/etc/config/oathkeeper
|
- ./docker/ory/oathkeeper:/etc/config/oathkeeper
|
||||||
- ./docker/ory/oathkeeper/logs:/var/log/oathkeeper
|
- oathkeeper_logs:/var/log/oathkeeper
|
||||||
entrypoint: ["/etc/config/oathkeeper/entrypoint.sh"]
|
entrypoint: ["/etc/config/oathkeeper/entrypoint.sh"]
|
||||||
networks:
|
networks:
|
||||||
- ory-net
|
- ory-net
|
||||||
@@ -169,7 +169,7 @@ services:
|
|||||||
container_name: ory_vector
|
container_name: ory_vector
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/ory/vector:/etc/vector
|
- ./docker/ory/vector:/etc/vector
|
||||||
- ./docker/ory/oathkeeper/logs:/var/log/oathkeeper
|
- oathkeeper_logs:/var/log/oathkeeper
|
||||||
command: ["-c", "/etc/vector/vector.toml"]
|
command: ["-c", "/etc/vector/vector.toml"]
|
||||||
depends_on:
|
depends_on:
|
||||||
- oathkeeper
|
- oathkeeper
|
||||||
@@ -239,6 +239,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
ory_postgres_data:
|
ory_postgres_data:
|
||||||
ory_clickhouse_data:
|
ory_clickhouse_data:
|
||||||
|
oathkeeper_logs:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
ory-net:
|
ory-net:
|
||||||
|
|||||||
@@ -167,6 +167,7 @@ services:
|
|||||||
command: serve proxy --config /etc/config/oathkeeper/oathkeeper.yml
|
command: serve proxy --config /etc/config/oathkeeper/oathkeeper.yml
|
||||||
volumes:
|
volumes:
|
||||||
- ./docker/ory/oathkeeper:/etc/config/oathkeeper
|
- ./docker/ory/oathkeeper:/etc/config/oathkeeper
|
||||||
|
- oathkeeper_logs:/var/log/oathkeeper
|
||||||
networks:
|
networks:
|
||||||
- ory-net
|
- ory-net
|
||||||
- baron_net
|
- baron_net
|
||||||
@@ -302,6 +303,7 @@ volumes:
|
|||||||
clickhouse_data:
|
clickhouse_data:
|
||||||
redis_data:
|
redis_data:
|
||||||
ory_postgres_data:
|
ory_postgres_data:
|
||||||
|
oathkeeper_logs:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
baron_net:
|
baron_net:
|
||||||
|
|||||||
Reference in New Issue
Block a user