mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 07:35:37 -07:00
- Separate web service into two containers, one for main process and one for gunicorn - Update container configurations for improved security and maintainability - Remove unused volumes and network configurations
10 lines
304 B
YAML
10 lines
304 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 (192.168.x.x) to serve over LAN.
|
|
HOST_ADDRESS: localhost
|