腾讯云cloudstudio
编辑配置 (按需修改)
.env
设置执行权限
chmod +x deploy.sh
./deploy.sh
| 服务 | 访问地址 | 默认凭证 |
|---|---|---|
| PostgreSQL | postgres://localhost:5432 | 见.env文件 |
| pgAdmin | http://localhost:8081 | PGADMIN_EMAIL/PASSWORD |
| NocoDB | http://localhost:8080 | JWT_SECRET配置 |
| n8n | http://localhost:5678 | 首次访问需设置 |
[外部访问] --> [反向代理] --> [Docker网络] | +--> PostgreSQL +--> Redis +--> NocoDB +--> n8n
text
postgres_dataredis_data检查服务状态
docker ps
查看实时日志
docker compose logs -f