ANewDawn/compose.yaml
Joakim Hellsén bd939c94c2
All checks were successful
CI / ci (push) Successful in 15s
Move to Docker; remove Logfire; small prompt fixes
2026-08-08 20:52:36 +02:00

20 lines
No EOL
487 B
YAML

name: anewdawn
services:
bot:
build:
context: .
dockerfile: Dockerfile
image: anewdawn:latest
restart: unless-stopped
cap_drop:
- ALL
security_opt:
- no-new-privileges:true
read_only: true
env_file:
- .env
environment:
DISCORD_TOKEN: ${DISCORD_TOKEN?DISCORD_TOKEN is required}
DEEPSEEK_API_KEY: ${DEEPSEEK_API_KEY?DEEPSEEK_API_KEY is required}
OLLAMA_API_KEY: ${OLLAMA_API_KEY?OLLAMA_API_KEY is required}