/waterfall-docker

Docker image of Waterfall (latest version and build)

Primary LanguageDockerfileMIT LicenseMIT

waterfall

docker-compose.yml

version: '3'

services:

  waterfall:
    container_name: waterfall
    image: ghcr.io/yudejp/waterfall
    volumes:
      - ./waterfall:/app
    tty: true
    stdin_open: true
    environment:
      JAVA_OPTS: "-Xms256M -Xmx512M"

LICENSE

MIT License