moved dockerfile for rigctld container build
This commit is contained in:
17
compose.yaml
17
compose.yaml
@@ -2,15 +2,14 @@ version: '0.1'
|
||||
services:
|
||||
rigctld:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- GIT_RELEASE: abcdef
|
||||
context: ./rigctld
|
||||
# args:
|
||||
# - GIT_RELEASE: abcdef
|
||||
platforms:
|
||||
- "linux/arm64"
|
||||
network: host
|
||||
dockerfile: rigctld-build.dockerfile
|
||||
container_name: rigctld
|
||||
group_add: dialout
|
||||
# network: host
|
||||
container_name: rigctld
|
||||
# group_add: dialout
|
||||
devices:
|
||||
- "/dev/ttyUSB:/dev/ttyUSB0"
|
||||
ports: 4534:4534
|
||||
@@ -50,6 +49,6 @@ services:
|
||||
# file: ./runtime_settings.json
|
||||
#volumes:
|
||||
# bpq-data:
|
||||
networks:
|
||||
farpn-local: {}
|
||||
#networks:
|
||||
# farpn-local: {}
|
||||
# farpn-ygg: {}
|
||||
|
||||
Reference in New Issue
Block a user