huge changes

This commit is contained in:
indifferentketchup
2026-04-07 01:43:06 -05:00
parent ca63ecbcfd
commit 69c247ed1b
37 changed files with 3468 additions and 169 deletions

View File

@@ -0,0 +1,13 @@
services:
broccolini-settings:
build: .
container_name: broccolini-settings
restart: unless-stopped
env_file: ../.env
ports:
- "100.114.205.53:12752:12752"
network_mode: host
# network_mode: host is needed so the settings site can reach
# 127.0.0.1:12753 (the bot's internal API). If running both as
# Docker containers on the same host, use a shared Docker network
# instead and reference the bot container by name.