Add Process over Profit bot Docker compose file

This commit is contained in:
moshferatu 2023-11-25 05:36:49 -08:00
parent 537d7af46e
commit b537ace2ef

View File

@ -0,0 +1,8 @@
version: "3"
services:
process_over_profit_bot:
image: <gitea url>/moshferatu/process-over-profit-bot:latest
container_name: process-over-profit-bot
environment:
- DISCORD_BOT_TOKEN=
restart: unless-stopped