inline compose environment for container station
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user