Add login gate, rate limiting, and container deploy files for company-wide use

This commit is contained in:
2026-08-20 15:06:37 -07:00
parent e5c01003f8
commit e77cd64d88
6 changed files with 123 additions and 1 deletions

16
docker-compose.yml Normal file
View File

@@ -0,0 +1,16 @@
# Standalone compose file for this tool.
#
# To run it alongside the Work Package Suite container instead, copy the
# "sde-meeting-toolkit" service block below into that stack's compose file.
# Put it on the same network as the other services only if you want
# hostname-based access between containers; this tool does not call the
# Work Package Suite API and does not need that network to function.
services:
sde-meeting-toolkit:
build: .
container_name: sde-meeting-toolkit
restart: unless-stopped
ports:
- "5173:5173"
env_file:
- .env