chore(rust): fix local docker development (#4642)

some small fixes to make local development a bit easier
This commit is contained in:
Gabi
2024-04-16 18:08:02 -03:00
committed by GitHub
parent 9415a64900
commit d0c33681fe
2 changed files with 7 additions and 2 deletions

View File

@@ -295,8 +295,7 @@ services:
cache_from:
- type=registry,ref=us-east1-docker.pkg.dev/firezone-staging/cache/client:main
args:
# TODO: Fix after #4516 lands
PACKAGE: firezone-linux-client
PACKAGE: firezone-headless-client
# Add "standalone" to the command here once PR $4604 merges
image: ${CLIENT_IMAGE:-us-east1-docker.pkg.dev/firezone-staging/firezone/dev/client}:${CLIENT_TAG:-main}
cap_add:

View File

@@ -6,6 +6,12 @@ services:
volumes:
- ./rust/target/x86_64-unknown-linux-musl/debug/firezone-headless-client:/bin/firezone-headless-client
download.httpbin:
build:
target: test
volumes:
- ./rust/target/x86_64-unknown-linux-musl/debug/http-test-server:/bin/http-test-server
gateway:
build:
target: test