Docpht

With DocPHT you can take notes and quickly document anything and without the use of any database.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  docpht:
    container_name: docpht
    image: docpht/docpht:v1.3.2
    ports:
      - 80:80
      - 443:443
    tty: true
    volumes:
      - /var/www/app/src/config:/var/www/app/src/config
      - /var/www/app/data:/var/www/app/data
      - /var/www/app/pages:/var/www/app/pages
      - /etc/nginx/ssl:/etc/nginx/ssl
    restart: always      

Resources

Website: https://docpht.org/

GitHub: https://github.com/docpht/docpht

Docker Hub: https://hub.docker.com/r/docpht/docpht

Configuration: https://github.com/docpht/docpht#docker