Add login gate, rate limiting, and container deploy files for company-wide use
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user