This commit is contained in:
Benjamin Sherriff
2023-10-05 09:07:53 -04:00
parent ac17be838a
commit 1b41849115
54 changed files with 6473 additions and 129 deletions

View File

@@ -1,5 +1,4 @@
RUST_LOG=warn,bot=info
COMPOSE_PROJECT_NAME=siren
SERVICE_HOST=localhost
SERVICE_PORT=5000

View File

@@ -1,5 +1,6 @@
version: '3.8'
name: siren
services:
bot:
image: siren-bot:${BOT_VERSION:-latest}