Skip to content

Commit

Permalink
chore: update docker-compose, fix openssl deps in worker
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Mar 27, 2024
1 parent a8efd26 commit e7fc482
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 124 deletions.
200 changes: 83 additions & 117 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ uuid = { version = "1.8.0", features = ["v4"] }
wit-bindgen = "0.22.0"
wit-bindgen-core = "0.22.0"
wit-bindgen-rust = "0.22.0"
wit-component = "0.201.0"
wit-component = "0.202.0"
url = "2.5.0"
4 changes: 3 additions & 1 deletion crates/worker-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ axum = { workspace = true }
hostname = "0.3.1"
land-worker-impl = { workspace = true }
metrics = "0.22.3"
metrics-exporter-prometheus = "0.14.0"
metrics-exporter-prometheus = { version = "0.14.0", default-features = false, features = [
"http-listener"
] }
once_cell = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true }
Expand Down
3 changes: 2 additions & 1 deletion deploy/.env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
LAND_SERVER_TOKEN=aabbccdd
LAND_SERVER_TOKEN=aabbccdd
LAND_DATA_DIR=/data/runtime-land
Loading

0 comments on commit e7fc482

Please sign in to comment.