Files
chat-one-web/docker-compose.yml
alboped 20aeb94f6e
Some checks failed
CI / build (push) Successful in 2m18s
Deploy To Server / deploy (push) Failing after 2s
chore(branding): 更新登录与首页标题资源及部署配置
引入新的 logo-title 资源并替换登录页与首页左上角标题展示,统一相关样式细节;同时补充 Docker 与 Gitea 部署配置,便于服务器端自动化构建发布。

Made-with: Cursor
2026-04-25 23:19:52 +08:00

13 lines
218 B
YAML

version: "3.9"
services:
chat-one-web:
build:
context: .
dockerfile: Dockerfile
image: chat-one-web:latest
container_name: chat-one-web
restart: unless-stopped
ports:
- "80:80"