1 Star 0 Fork 62

najiaoen/joplin

forked from Gitee 极速下载/joplin 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.db-dev.yml 718 Bytes
一键复制 编辑 原始数据 按行查看 历史
# For development this compose file starts the database only. The app can then
# be started using `yarn run start-dev`, which is useful for development, because
# it means the app Docker file doesn't have to be rebuilt on each change.
version: '3'
services:
db:
image: postgres:15
command: postgres -c work_mem=100000
ports:
- "5432:5432"
environment:
- POSTGRES_PASSWORD=joplin
- POSTGRES_USER=joplin
- POSTGRES_DB=joplin
# Use this to specify additional Postgres
# config parameters:
#
# command:
# - "postgres"
# - "-c"
# - "log_min_duration_statement=0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/najiaoen/joplin.git
git@gitee.com:najiaoen/joplin.git
najiaoen
joplin
joplin
dev

搜索帮助

0d507c66 1850385 C8b1a773 1850385