From 98805430b78fa24a7d80808c50f3c38a3a748f07 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Apr 2026 16:19:09 -0400 Subject: attachment support; santitized input; docker support --- compose.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 compose.yaml (limited to 'compose.yaml') diff --git a/compose.yaml b/compose.yaml new file mode 100644 index 0000000..0952f11 --- /dev/null +++ b/compose.yaml @@ -0,0 +1,16 @@ +services: + bot: + image: bnbmc-announcement-bot + hostname: bot + restart: unless-stopped + volumes: + - ./database.db:/database.db + - ./.env:/bot/.env + web: + image: bnbmc-announcement-bot-api + hostname: api + restart: unless-stopped + volumes: + - ./database.db:/database.db + ports: + - "3000:3000" -- cgit v1.2.3