To run Windlass, please checkout our Netsoc Developer Environment
To build the LXD image:
packer build packer.json
Add this to your Windlass override for debugging and live reload in the Docker container
version: '3.7'
services:
windlass:
command: task debug -w
security_opt:
- seccomp:unconfined
ports:
- 3456:3456
volumes:
- /path/to/your/Windlass:/windlass
Add this to your Windlass override for live reload only in the Docker container
version: '3.7'
services:
windlass:
command: task live-reload -w
security_opt:
- seccomp:unconfined
ports:
- 3456:3456
volumes:
- /path/to/your/Windlass:/windlass