mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 23:45:24 +02:00
13 lines
346 B
YAML
13 lines
346 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
ai_fiesta:
|
|
image: ghcr.io/jaainil/open-fiesta-ghcr:latest
|
|
restart: unless-stopped
|
|
environment:
|
|
NODE_ENV: production
|
|
OPENROUTER_API_KEY: ${OPENROUTER_API_KEY}
|
|
GEMINI_API_KEY: ${GEMINI_API_KEY}
|
|
UNSTABLE_INFERENCE_API_KEY: ${UNSTABLE_INFERENCE_API_KEY}
|
|
OLLAMA_URL: ${OLLAMA_URL}
|