更新 Docker 镜像配置,清理 archive 文件

- 删除 archive/bbs-go 等历史代码
- 新增 nginx、frpc-client Docker 镜像配置
- 添加 .gitignore 忽略大文件
This commit is contained in:
12600k-rog-d4
2026-04-03 00:22:53 +08:00
parent 8f4d399cfd
commit 99afdbd82e
1512 changed files with 265885 additions and 128225 deletions

View File

@@ -3,7 +3,7 @@ services:
server:
image: gitea/gitea:latest
container_name: gitea
environment:
environment:
- GITEA__database__DB_TYPE=sqlite3
restart: always
volumes:
@@ -12,4 +12,10 @@ services:
- /etc/localtime:/etc/localtime:ro
ports:
- "3002:3000"
- "222:22"
- "222:22"
networks:
- trim-default
networks:
trim-default:
external: true