UNPKG

hapiest-kue

Version:

Simple wrapper for Kue that hooks it up with node-config and provides logical separation between job creation and job processing

12 lines 308 B
version: '2' services: node: image: jonathansfulton/hapiest-kue:latest volumes: - ./src:/app/src # Mount local /src folder so we don't have to rebuild image very time we make a change depends_on: - redis redis: image: redis:3.0 ports: - "6379:6379"