Initial commit

This commit is contained in:
史悦
2025-08-13 10:09:22 +08:00
commit 452fa4c2f4
3 changed files with 713 additions and 0 deletions

6
compose.yaml Normal file
View File

@@ -0,0 +1,6 @@
services:
gemini-proxy:
build: .
ports:
- "9090:8080"
restart: always