Appflowy

With AppFlowy, you can build detailed lists of to-do’s for different projects while tracking the status of each one. Open Source Notion Alternative.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  appflowy_client:
    image: appflowyio/appflowy_client:main
    volumes:
      - $HOME/.Xauthority:/root/.Xauthority:rw
      - /tmp/.X11-unix:/tmp/.X11-unix
      - /dev/dri:/dev/dri
      - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
      - appflowy-data:/home/appflowy
    environment:
      - DISPLAY=${DISPLAY}
    restart: always

Resources

Website: https://www.appflowy.io/

GitHub: https://github.com/AppFlowy-IO/appflowy

Docker Hub: https://hub.docker.com/r/appflowyio/appflowy_client

Configuration: https://docs.appflowy.io/docs/appflowy/install-appflowy/installation-methods/installing-with-docker