inline compose environment for container station

This commit is contained in:
2026-05-09 19:08:21 +08:00
parent 55d1e6b0b4
commit 84ebdbd793
4 changed files with 26 additions and 25 deletions

View File

@@ -6,11 +6,13 @@ services:
container_name: gemini-draw
init: true
restart: unless-stopped
env_file:
- .env.local
environment:
GEMINI_API_KEY: "CHANGE_ME_TO_YOUR_GEMINI_API_KEY"
API_AUTH_TOKEN: "CHANGE_ME_TO_A_LONG_RANDOM_TOKEN"
API_PORT: "3002"
API_AUTH_DISABLED: "false"
APP_PASSWORD: "123456"
APP_URL: "http://localhost:3000"
ports:
- "3000:3000"
- "3002:3002"