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:
Adrian Priestley
2025-01-01 16:14:35 -03:30
committed by Adrian Priestley
parent d80d297d97
commit b07a0a7c28
3 changed files with 40 additions and 18 deletions

View File

@@ -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