Enigma 1/2 BBS

Enigma 1/2 is a modern, multi-platform BBS engine with unlimited “callers” and legacy DOS door game support.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  enigma-bbs:
    container_name: ENiGMABBS
    image: enigmabbs/enigma-bbs:latest
    ports:
      - 8888:8888
    volumes:
      - $(pwd)/config:/enigma-bbs/config
      - $(pwd)/db:/enigma-bbs/db
      - $(pwd)/logs:/enigma-bbs/logs
      - $(pwd)/filebase:/enigma-bbs/filebase
      - $(pwd)/art:/enigma-bbs/art
      - $(pwd)/mods:/enigma-bbs/mods
      - $(pwd)/mail:/mail
    restart: unless-stopped

Resources

Website: https://nuskooler.github.io/enigma-bbs/

GitHub: https://github.com/NuSkooler/enigma-bbs

Docker Hub: https://hub.docker.com/r/enigmabbs/enigma-bbs

Configuration: https://nuskooler.github.io/enigma-bbs/installation/docker.html