mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-11 18:38:22 -07:00
feat(deployment): Implement containerized deployment configuration
- Add additional environment variables for Python optimization - Update Dockerfile with new dependencies: eventlet, gevent, tornado - Create docker-compose.yml and configure services for web and nginx - Implement example configurations for web host settings and gunicorn - Establish nginx configuration for reverse proxy - Remove outdated docker-compose.yml from root directory
This commit is contained in:
committed by
Adrian Priestley
parent
2af68c57a4
commit
d80d297d97
11
deploy/example_selflaunch.yaml
Normal file
11
deploy/example_selflaunch.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
# Refer to ../docs/webhost configuration sample.yaml
|
||||
|
||||
# We'll be hosting VIA gunicorn
|
||||
SELFHOST: false
|
||||
SELFLAUNCH: true
|
||||
JOB_THRESHOLD: 0
|
||||
|
||||
# Maximum concurrent world gens
|
||||
GENERATORS: 8
|
||||
|
||||
HOSTERS: 5
|
||||
Reference in New Issue
Block a user