- Implent support to play precoded files - Implement a basic client -server architecture Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/2
19 lines
558 B
YAML
19 lines
558 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ssh:
|
|
- default=~/.ssh/id_ed25519 #lappi
|
|
#- default=~/.ssh/id_rsa #raspi
|
|
devices:
|
|
- /dev/serial/by-id/usb-ZEPHYR_Zephyr_HCI_UART_sample_81BD14B8D71B5662-if00
|
|
environment:
|
|
LOG_LEVEL: INFO
|
|
|
|
# - DOCKER_BUILDKIT=1 # Enable BuildKit (can also be passed during build)
|
|
#command: python ./auracast/multicast_server.py #devserver
|
|
command: python ./auracast/multicast.py # continously streaming test app
|
|
|
|
|
|
# use docker compose up --build |