6086222503
- Move homelab, Jafner.dev (now called blog) to root. - Rename "archived projects" -> "archive" - Rename "active projects" -> "projects" - Rename "jafner-homebrew" -> "5ehomebrew" - Rename "docker-llm-amd" -> "local-ai"
13 lines
248 B
Bash
13 lines
248 B
Bash
DOCKER_DATA=/home/joey/docker_data/joplin
|
|
|
|
DB_CLIENT=pg
|
|
POSTGRES_PASSWORD=postgres
|
|
POSTGRES_DATABASE=joplin
|
|
POSTGRES_DB=joplin
|
|
POSTGRES_USER=postgres
|
|
POSTGRES_PORT=5432
|
|
POSTGRES_HOST=joplin_db
|
|
|
|
APP_BASE_URL=https://joplin.jafner.net
|
|
APP_PORT=22300
|