version: '2.2' services: bbs: build: image # image: live_bbs image: bbs_try # build: ubuntu volumes: - ./system:/home/mystic/mystic/ - ./dosemu:/home/mystic/.dosemu - /etc/localtime:/etc/localtime:ro - /sys/fs/cgroup:/sys/fs/cgroup:rw # - ./autoexec.bat:/home/mystic/.dosemu/drive_c/autoexec.bat:ro # - ./config.sys:/home/mystic/.dosemu/drive_c/config.sys:ro # For local X windows: - /tmp/.X11-unix/X0:/tmp/.X11-unix/X0 ports: - "4022:4022" - "4023:4023" - "2023:4023" - "23:4023" - "2022:4022" # - "22:4022" - "24554:24554" working_dir: /home/mystic/mystic/bbs # entrypoint: ["./startup.sh"] # /mis", "server"] tty: true stdin_open: true environment: - DISPLAY=:0 # - DISPLAY=vnc:99 # This should reap our zombies init: true # restart: always # vnc: # build: vnc # environment: # - DISPLAY=:99 # - VNC_PW=password # ports: # - "5999:5999" logging: driver: "json-file" options: max-size: "1m" max-file: "7" # vnc: # image: metal3d/xvfb # build: xvfb # restart: always