Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ services:
network_mode: host # required for accurate interface discovery
environment:
ROBOT_API: https://robot-ws.your-server.de/server
ENABLED: false
labels:
io.balena.features.dbus: '1'
io.balena.features.balena-socket: '1'
Expand Down
1 change: 0 additions & 1 deletion static-iface/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ RUN apk add --no-cache \
COPY run.sh /run.sh
RUN chmod +x /run.sh

ENV ENABLED=true
ENV VERBOSE=false
ENV DBUS_SYSTEM_BUS_ADDRESS=unix:path=/host/run/dbus/system_bus_socket

Expand Down