mirror of
https://github.com/snailyp/gemini-balance.git
synced 2026-05-07 08:03:06 +08:00
10 lines
113 B
YAML
10 lines
113 B
YAML
version: '3'
|
|
|
|
services:
|
|
gemini-balance:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
env_file:
|
|
- .env
|