We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab347d commit 41c20ebCopy full SHA for 41c20eb
templates/compose/affine.yaml
@@ -1,5 +1,5 @@
1
# documentation: https://docs.affine.pro/docs/self-host-affine
2
-# slogan: AFFiNE is an open-source, all-in-one workspace and OS for knowledge management, a Notion/Miro alternative.
+# slogan: Affine is an open-source, all-in-one workspace and OS for knowledge management, a Notion/Miro alternative.
3
# tags: knowledge-management,notion,miro,workspace
4
# logo: svgs/affine.svg
5
# port: 3010
@@ -11,8 +11,6 @@ services:
11
- sh
12
- '-c'
13
- 'node ./scripts/self-host-predeploy && node ./dist/index.js'
14
- ports:
15
- - ${AFFINE_PORT:-55555}:5555
16
depends_on:
17
redis:
18
condition: service_healthy
0 commit comments