Installation
Prerequisites
- Docker and Docker Compose
- Git
Quick Install
1. Clone the repository
git clone ${GIT_URL}.git
cd deardiary
2. Copy the environment file
cp .env.example .env
3. Start with Docker
docker compose up -d
4. Access the app
Open http://localhost:3000 in your browser.
Default Credentials
admin@localhost |
|
| Password | changeme123 |
Important: Change these credentials immediately after first login!
Ports
| Service | Port | Description |
|---|---|---|
| App | 3000 | Frontend + API (nginx) |
| Website | 8080 | Product website |
Data Storage
All data is stored in Docker volumes:
./data/- SQLite database and media files