Note Mark
A minimal web-based Markdown notes app.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3"
volumes:
data:
services:
note-mark:
image: ghcr.io/enchant97/note-mark-aio:0.13.1
restart: unless-stopped
volumes:
- ./data:/data
environment:
# !!! REPLACE These !!!
JWT_SECRET: "bXktc2VjcmV0"
CORS_ORIGINS: "http://example.com:8000"
ports:
- 8000:8000Resources
Website: https://notemark.docs.enchantedcode.co.uk/
GitHub: https://github.com/enchant97/note-mark
GitHub Container Registry: https://github.com/enchant97/note-mark/pkgs/container/note-mark-aio
Configuration: https://notemark.docs.enchantedcode.co.uk/docs/setup/install/