1 Star 0 Fork 0

uniwatch/aspoem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yaml 558 Bytes
一键复制 编辑 原始数据 按行查看 历史
Chengxu Bian 提交于 2024-03-24 04:29 . docker setup
version: "3.9"
services:
aspoem:
build: .
ports:
- "3000:3000"
environment:
- POSTGRES_PRISMA_URL=postgresql://postgres:postgres@postgres:5432/aspoem
- POSTGRES_URL_NON_POOLING=postgresql://postgres:postgres@postgres:5432/aspoem
- TOKEN=secret
- NEXT_PUBLIC_GA_ID=xx
- NEXT_PUBLIC_MC_ID=xx
depends_on:
- postgres
postgres:
image: postgres:16.2
ports:
- 5432:5432
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: aspoem
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/watching/aspoem.git
git@gitee.com:watching/aspoem.git
watching
aspoem
aspoem
main

搜索帮助