DeepNotes icon indicating copy to clipboard operation
DeepNotes copied to clipboard

Docker doesn't work

Open thecoffeebin opened this issue 8 months ago • 2 comments

Hey,

Just wanted to say I like your project and I would love the ability to selfhost and check it out. Unfortunately the single command provided is not working:

git clone https://github.com/DeepNotesApp/DeepNotes && cd DeepNotes && cp template.env .env && pnpm install && pnpm run repo:build && docker-compose up -d

Can you perhaps make it more self-hosting friendly please? Thank you đź’Ż

thecoffeebin avatar May 02 '25 06:05 thecoffeebin

I'm getting the same issue. The error message I'm seeing is ...

Scope: all 24 workspace projects
apps/client                              |  WARN  deprecated @intlify/[email protected]
apps/client                              |  WARN  deprecated [email protected]
 WARN  deprecated [email protected]: This version is no longer supported. Please see https://eslint.org/version-support for other options.
packages/@deeplib/mail                   |  WARN  deprecated [email protected]
packages/@deeplib/mail                   |  WARN  deprecated [email protected]
 WARN  deprecated @hapi/[email protected]: Switch to 'npm install joi'
 WARN  deprecated @humanwhocodes/[email protected]: Use @eslint/config-array instead
 WARN  deprecated @effect/[email protected]: this package has been merged into the main effect package
 WARN  deprecated @effect/[email protected]: this package has been merged into the main effect package
 WARN  deprecated @effect/[email protected]: this package has been merged into the main effect package
 WARN  deprecated @effect/[email protected]: this package has been merged into the main effect package
 WARN  deprecated @humanwhocodes/[email protected]: Use @eslint/object-schema instead
 WARN  deprecated [email protected]: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
apps/app-server                          |  WARN  deprecated [email protected]
apps/collab-server                       |  WARN  deprecated [email protected]
apps/manager                             |  WARN  deprecated [email protected]
apps/realtime-server                     |  WARN  deprecated [email protected]
apps/scheduler                           |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated [email protected]
apps/client                              |  WARN  deprecated @npmcli/[email protected]
Already up-to-date
Progress: resolved 2108, reused 1257, downloaded 0, added 0, done
. prepare$ node -e "try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}"
│ husky - Git hooks installed
└─ Done in 67ms
 ERR_PNPM_PEER_DEP_ISSUES  Unmet peer dependencies

apps/client
├─┬ @deepnotes/quasar-app-vite
│ └─┬ @quasar/vite-plugin
│   └── ✕ unmet peer quasar@^2.16.0: found 2.13.2
└─┬ @tiptap/extension-collaboration
  └── ✕ unmet peer y-prosemirror@^1.2.11: found 1.0.20

hint: If you don't want pnpm to fail on peer dependency issues, add "strict-peer-dependencies=false" to an .npmrc file at the root of your project.

bluekeys avatar Sep 07 '25 18:09 bluekeys

Ah. I didn try that, but is not working I was going to raise a new issue asking:

is there a "readier" docker compose available? With pre built image https://github.com/DeepNotesApp/DeepNotes/blob/dev/docker-compose.yml

This is only the DB and keydb.

Thanks!

audricd avatar Nov 05 '25 09:11 audricd