worterbuch 1.4.2

A message broker / database hybrid.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
version: "2"

services:
  worterbuch:
    image: babymotte/worterbuch:1.3.8-rc.1
    hostname: worterbuch
    container_name: worterbuch
    restart: always
    ports:
      - 9090:9090
      - 80:80
    volumes:
      - ./data:/data
    logging:
      options:
        max-size: "10M"
        max-file: "5"