AppFlowy-Postgres
官方Docker 应用程序 from vmalinics0's Repository
概述
Step 1/7: PostgreSQL 16 with pgvector extension — the primary database for AppFlowy Cloud. Deploy first. Part of the AppFlowy Cloud stack.
要求
Custom Docker network named "appflowy" must exist before deploying any container in this stack. Create it via SSH or the Unraid terminal: docker network create appflowy — Network Type is pre-set to "appflowy" by default, verify it is selected.
运行时参数
- 网络
custom:appflowy- 外壳
bash- 特权
- false
模板配置
Data DirectoryPathrw
Persistent data directory for PostgreSQL. Must be on a path with enough free space.
- 目标
- /var/lib/postgresql/data
- 默认值
- /mnt/user/appdata/AppFlowy-Postgres
- 价值
- /mnt/user/appdata/AppFlowy-Postgres
Postgres UserVariable
PostgreSQL superuser username. Must match the value used in all other AppFlowy services.
- 目标
- POSTGRES_USER
- 默认值
- postgres
- 价值
- postgres
Postgres PasswordVariable
PostgreSQL superuser password. Change this before first start. Must match all other AppFlowy services.
- 目标
- POSTGRES_PASSWORD
- 默认值
- changeme_strong_password
- 价值
- changeme_strong_password
Postgres DatabaseVariable
Default database name.
- 目标
- POSTGRES_DB
- 默认值
- postgres
- 价值
- postgres
Postgres Port (internal)Porttcp
PostgreSQL port. Exposed to the appflowy Docker network only. Change host port only if you need external access.
- 目标
- 5432
- 默认值
- 5432
- 价值
- 5432
PGPORTVariable
Port PostgreSQL listens on inside the container. Keep in sync with the port mapping above.
- 默认值
- 5432
- 价值
- 5432
下载统计数据
89,360,121
下载总数
详细信息
在Unraid 上运行 AppFlowy-Postgres 。
AppFlowy-Postgres 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。