Notepad.mx

📄 Web-based application for storing notes securely. Built with Vue + Node.js + Express.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.8'
 
services:
  backend:
    image: athlon1600/notepad:latest
    environment:
      NODE_ENV: production
#    build:
#      context: "."
#      target: "runner"
    volumes:
      - ./backend/storage:/app/backend/storage
      - ./backend/public:/app/backend/public
    ports:
      - "3000:3000"
    restart: unless-stopped

Resources

Website: https://notepad.mx/

GitHub: https://github.com/Athlon1600/notepad

Docker Hub: https://hub.docker.com/r/athlon1600/notepad

Configuration: https://github.com/Athlon1600/notepad#whale2-deploy-using-docker