Sign inSign up

lukd/taskwarrior

By lukd

Updated almost 8 years ago

Taskwarrior "Taskserver" image

Image
3

8.2K

lukd/taskwarrior repository overview

Taskwarrior for Docker Docker Pulls

This is a docker image for the Taskwarrior Taskserver.

Docker-Compose

version: '2.2'

services:
  taskwarrior:
    container_name: taskwarrior
    image: lukd/taskwarrior

    ports:
      - "53589:53589"

    environment:
      - "TASKD_BITS=4096"
      - "TASKD_EXPIRATION=365"
      - "TASKD_ORGANIZATION=My Organization"
      - "TASKD_CN=taskd.example.com"
      - "TASKD_COUNTRY=SE"
      - "TASKD_STATE=Västra Götaland"
      - "TASKD_LOCALITY=Göteborg"

    volumes:
      - "./volumes/data:/data"

Setup

$ docker exec -it taskwarrior /bin/sh
Add Org + User
$ taskd add org Public
$ taskd add user Public User
$ cd ${TASKDDATA}/pki
$ ./generate.client User

Tag summary

Content type

Image

Digest

Size

5.2 MB

Last updated

almost 8 years ago

docker pull lukd/taskwarrior