Remind
## Outsite docker
docker-compose up -d
docker-compose exec remind bash
## Inside docker
dep ensure -update
go run main.go
## Build tool
go build main.go
- Setting file task.yml file
job: "Title Job"
time: "Time notify"
message: "Message notify"
- Setting crontab
crontab -e
*/30 * * * * export DISPLAY=:0 && cd ~path/remindTool && ./main >> ~path/remindTool/logs/tool.log 2>&1