Sign inSign up

421p/wiola

By 421p

•Updated almost 9 years ago

Dockerized Wiola WAMP router

Image
0

422

421p/wiola repository overview

Wiola: https://github.com/KSDaemon/wiola⁠

Image sources to hack around: https://github.com/421p/wiola-docker⁠

docker-compose.yml example

version: '2'

services:
  redis:
    image: redis:4
  wiola:
    image: 421p/wiola:0.7.0-2
    ports:
      - "6666:80"
    environment:
      - WIOLA_MAX_PAYLOAD_LEN=65535
    depends_on:
      - redis

Tag summary

Content type

Image

Digest

Size

88.2 MB

Last updated

almost 9 years ago

docker pull 421p/wiola:0.8.0-SNAPSHOT