mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-24 08:53:27 -07:00
- 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
10 lines
290 B
YAML
10 lines
290 B
YAML
# Refer to ../docs/webhost configuration sample.yaml
|
|
|
|
# We'll be hosting VIA gunicorn
|
|
SELFHOST: false
|
|
SELFLAUNCH: false
|
|
|
|
# Host Address. This is the address encoded into the patch that will be used for client auto-connect.
|
|
# Set as your local IP to serve over LAN.
|
|
HOST_ADDRESS: localhost
|