mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Signed-off-by: Reactor Scram <ReactorScram@users.noreply.github.com> Co-authored-by: Reactor Scram <ReactorScram@users.noreply.github.com>
20 lines
520 B
YAML
20 lines
520 B
YAML
# Meant to be used with docker-compose.yml
|
|
services:
|
|
client:
|
|
build:
|
|
target: development
|
|
volumes:
|
|
- ./rust/target/x86_64-unknown-linux-musl/debug/firezone-linux-client:/bin/firezone-linux-client
|
|
|
|
gateway:
|
|
build:
|
|
target: development
|
|
volumes:
|
|
- ./rust/target/x86_64-unknown-linux-musl/debug/firezone-gateway:/bin/firezone-gateway
|
|
|
|
relay:
|
|
build:
|
|
target: development
|
|
volumes:
|
|
- ./rust/target/x86_64-unknown-linux-musl/debug/firezone-relay:/bin/firezone-relay
|