faucet-pipeline / faucet-pipeline-docker

Experimental: Run faucet-pipeline in a Docker Container

Home Page:https://hub.docker.com/r/moonglum/faucet-pipeline/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faucet-pipeline Docker

Standalone Usage

asciicast

With docker-compose

version: "3"
services:
  app:
    # your app...

  faucet:
    image: moonglum/faucet-pipeline:latest
    command: faucet --watch
    env_file: .env
    user: "${USER_MAPPING:-app:app}"
    volumes:
    - .:/code
    - node_modules:/code/node_modules

volumes:
  node_modules:

About

Experimental: Run faucet-pipeline in a Docker Container

https://hub.docker.com/r/moonglum/faucet-pipeline/


Languages

Language:Shell 100.0%