UNPKG

durabull

Version:

A durable workflow engine built on top of BullMQ and Redis

23 lines (20 loc) 356 B
version: '3.8' services: app: build: context: . dockerfile: Dockerfile volumes: - ..:/workspaces/durabull:cached command: sleep infinity depends_on: - redis redis: image: redis:7-alpine restart: unless-stopped ports: - "6379:6379" volumes: - redis-data:/data volumes: redis-data: