taky icon indicating copy to clipboard operation
taky copied to clipboard

Development Dockerfile

Open doug-fitzmaurice-rowden opened this issue 4 years ago • 0 comments

Add a basic docker setup for development

This doesn't keep a copy of the code in the container - it's mounted in at runtime to make testing and iteration quicker. takyctl setup is run automatically on first run to create certificates and config, then the /etc/taky directory is mounted out to the local ./docker directory so the config can be edited.

Usage:

docker-compose build
docker-compose up

doug-fitzmaurice-rowden avatar May 18 '21 13:05 doug-fitzmaurice-rowden