mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(rust): fix local docker development (#4642)
some small fixes to make local development a bit easier
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user