Skip to content

Commit

Permalink
added dockercompose
Browse files Browse the repository at this point in the history
  • Loading branch information
MelonSmasher committed Apr 18, 2019
1 parent 143da8b commit 0d06ceb
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: '2.1'
networks: {}
volumes:
resin-data: {}
services:
piProbe:
build:
context: .
privileged: true
tty: true
restart: always
network_mode: host
volumes:
- 'resin-data:/data'
labels:
io.resin.features.kernel-modules: '1'
io.resin.features.firmware: '1'
io.resin.features.dbus: '1'
io.resin.features.supervisor-api: '1'
io.resin.features.resin-api: '1'

0 comments on commit 0d06ceb

Please sign in to comment.