429 B
429 B
Tools
- TaskNote: https://tasknote.local
- Docker Hub: https://hub.docker.com/
- Time tracking: https://track.toggl.com/timer
Building locally
Build with Docker:
docker build --build-arg BUILD=nightly -t tasknote:nightly .
Run with Docker:
docker run -it --rm \
--name tasknote \
tasknote:nightly
Build and run with Docker Compose:
docker compose --profile caddy up --build