Files
vibe-bot/vibe-bot.container
2026-03-03 10:30:41 -05:00

17 lines
377 B
Plaintext

[Unit]
Description=Discord Bot Container
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
RestartSec=10
[Install]
WantedBy=multi-user.target default.target