mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 11:53:40 -07:00
feat(deploy): Introduce Docker Compose configuration for multi-world deployment
- 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
This commit is contained in:
committed by
Adrian Priestley
parent
d80d297d97
commit
b07a0a7c28
@@ -5,5 +5,5 @@ 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.
|
||||
# Set as your local IP (192.168.x.x) to serve over LAN.
|
||||
HOST_ADDRESS: localhost
|
||||
|
||||
Reference in New Issue
Block a user