task-keeper 0.30.1

Task keeper to manage tasks from different task runners
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
  nats-server:
    image: nats:2.11.3-alpine3.21
    ports:
      - "14222:4222"
      - "16222:6222"
      - "18222:8222"
  minio:
    image: minio/minio:RELEASE.2025-04-22T22-12-26Z
    ports:
      - "19000:9000"
      - "19001:9001"
    environment:
      MINIO_ROOT_USER: minioadmin
      MINIO_ROOT_PASSWORD: minioadmin
    command: server --console-address ":9001" /data