3 Commits

Author SHA1 Message Date
Rodney Osodo bd6bb1a193 fix(hedgedoc): add NODE_ENV and DEBUG flags
Continuous Integration / pre-commit (push) Has been cancelled
Continuous Integration / docker-compose (push) Has been cancelled
Continuous Integration / terraform (bohr) (push) Has been cancelled
Continuous Integration / terraform (galana) (push) Has been cancelled
Continuous Integration / terraform (tana) (push) Has been cancelled
Continuous Integration / terraform (turkwel) (push) Has been cancelled
Continuous Integration / terraform (yala) (push) Has been cancelled
Continuous Integration / ansible (push) Has been cancelled
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2026-06-02 17:58:29 +00:00
Rodney Osodo 33a98f71e4 feat(prometheus): enable metrics on endlessg and opengist
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2026-06-02 17:57:52 +00:00
Rodney Osodo 1eb2298b89 feat(karakeep): use local ollama models
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
2026-06-02 17:57:18 +00:00
4 changed files with 18 additions and 1 deletions
@@ -15,6 +15,8 @@ services:
- CMD_DOMAIN=${HEDGEDOC_DOMAIN_URL}
- CMD_SESSION_SECRET=${HEDGEDOC_SESSION_SECRET}
- CMD_DB_URL=${HEDGEDOC_POSTGRES_URL}
- NODE_ENV=production
- DEBUG=false
volumes:
- ~/docker-volumes/hedgedoc/uploads:/hedgedoc/public/uploads
ports:
@@ -20,6 +20,10 @@ services:
- MEILI_MASTER_KEY=${KARAKEEP_MEILI_MASTER_KEY}
- BROWSER_WEB_URL=http://karakeep-chrome:9222
- OPENAI_API_KEY=${OPENAI_API_KEY}
- OPENAI_API_KEY=ollama
- OPENAI_BASE_URL=http://ollama:11434/v1
- INFERENCE_TEXT_MODEL=llama3.2:3b
- INFERENCE_IMAGE_MODEL=minicpm-v:8b
- DATA_DIR=/data
- DISABLE_SIGNUPS=false
- CRAWLER_STORE_SCREENSHOT=true
+2 -1
View File
@@ -8,7 +8,8 @@ services:
security_opt:
- no-new-privileges:true
ports:
- 3020:6157 # HTTP port
- 3020:6157
- 3021:3021
# - 2222:2222 # SSH port, can be removed if you don't use SSH
volumes:
- ~/docker-volumes/opengist:/opengist
+10
View File
@@ -22,3 +22,13 @@ scrape_configs:
- targets:
- dawarich-app:9394
- dawarich-sidekiq:9394
- job_name: endlessh
static_configs:
- targets:
- endlessh:2112
- job_name: opengist
static_configs:
- targets:
- opengist:3021