Skip to content

Commit

Permalink
fixup! add tailscale module to main controller
Browse files Browse the repository at this point in the history
  • Loading branch information
activeshadow committed Mar 8, 2024
1 parent 7636057 commit 283fc0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ services:
main-ctlr:
image: ghcr.io/patsec/ot-sim/ot-sim:tailscale
init: true
cap_add:
- NET_ADMIN
depends_on:
- yaw-ctlr
- anemometer
- blade-1
- blade-2
- blade-3
volumes:
- /lib/modules:/lib/modules:ro
- /dev/net/tun:/dev/net/tun
- ./configs/ot-sim/main-controller.xml:/etc/ot-sim/config.xml
- ./configs/ot-sim/node-red.json:/etc/node-red.json
ports:
Expand Down

0 comments on commit 283fc0c

Please sign in to comment.