Advertisement
Guest User

Untitled

a guest
Aug 16th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. version: '2'
  2. services:
  3. wpe:
  4. restart: always
  5. build: ./wpe
  6. privileged: true
  7. ports:
  8. - 8080:8080
  9. wifi-connect:
  10. build: ./wifi-connect
  11. restart: always
  12. network_mode: host
  13. privileged: true
  14. labels:
  15. io.balena.features.dbus: '1'
  16. io.balena.features.firmware: '1'
  17. touch:
  18. privileged: true
  19. restart: always
  20. build: ./touch
  21. labels:
  22. io.balena.features.supervisor-api: '1'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement