Skip to content

Commit aa8c96e

Browse files
committed
refactor: update pingora version
1 parent 66694b0 commit aa8c96e

File tree

3 files changed

+30
-29
lines changed

3 files changed

+30
-29
lines changed

Cargo.lock

+22-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ chrono = { version = "0.4.38", default-features = false, features = [
2626
"std",
2727
"clock",
2828
] }
29-
clap = { version = "4.5.14", features = ["derive"] }
29+
clap = { version = "4.5.15", features = ["derive"] }
3030
cookie = "0.18.1"
3131
crc32fast = "1.4.2"
3232
crossbeam-channel = "0.5.13"
@@ -67,7 +67,7 @@ opentelemetry-otlp = { version = "0.17.0", default-features = false, features =
6767
] }
6868
opentelemetry_sdk = { version = "0.24.1", features = ["rt-tokio"] }
6969
path-absolutize = "3.1.1"
70-
pingora = { git = "https://github.com/vicanso/pingora", rev = "72d6ee09ae7488a372180cbf2b57f19d76eb8697", default-features = false, features = [
70+
pingora = { git = "https://github.com/cloudflare/pingora", rev = "50c3687e837e1380e7806900849c1df2f491e715", default-features = false, features = [
7171
# pingora = { version = "0.3.0", default-features = false, features = [
7272
"lb",
7373
"openssl",

docker-compose.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ services:
88
- 3018:3018
99
volumes:
1010
- ./conf:/opt/pingap/conf
11-
# admin user: pingap
12-
# admin password: 135790
11+
environment:
12+
PINGAP_CONF: /opt/pingap/conf
13+
PINGAP_ADMIN_ADDR: 0.0.0.0:3018
14+
PINGAP_ADMIN_USER: pingap
15+
PINGAP_ADMIN_PASSWORD: 135790
16+
PINGAP_AUTORELOAD: true
1317
entrypoint: |
1418
pingap
15-
-c /opt/pingap/conf
16-
17-
--autoreload

0 commit comments

Comments
 (0)