fix db location

This commit is contained in:
2026-03-03 10:30:41 -05:00
parent b44cdfbeb3
commit 493b6b8425
2 changed files with 7 additions and 4 deletions

View File

@@ -4,8 +4,10 @@ After=network.target
[Container]
Image=localhost/vibe-bot:latest
Volume=vibe-bot-db:/db
Environment=DISCORD_TOKEN=your_token_here
Environment=OPENAI_API_ENDPOINT=http://host.containers.internal:8000
Environment=DB_PATH=/db/chat_history.db
[Service]
Restart=on-failure