Commit Graph

8 Commits

Author SHA1 Message Date
Adrian Priestley
2d2b8f591d fixup! Update Dockerfile 2025-02-17 17:21:24 -03:30
Adrian Priestley
549810921d Update deploy/example_selflaunch.yaml
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2025-02-17 16:46:37 -03:30
Adrian Priestley
6b4970c7f7 Update deploy/example_selflaunch.yaml
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2025-02-17 16:45:44 -03:30
Adrian Priestley
ac6bb18cc0 Update deploy/example_config.yaml
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
2025-02-17 16:44:37 -03:30
Adrian Priestley
b3c8a56244 fix(deploy): Adjust concurrency settings for self-launch configuration
- Reduce the number of world generators from 8 to 3
- Decrease the number of hosters from 5 to 4
2025-01-05 09:55:45 -03:30
Adrian Priestley
04b2b88437 feat(deploy): Updated gunicorn configuration example
- Adjusted worker and thread counts
- Switched worker class from sync to gthread
- Changed log level to info
- Added example code snippet for customizing worker count
2025-01-04 09:48:57 -03:30
Adrian Priestley
b07a0a7c28 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
2025-01-04 09:48:57 -03:30
Adrian Priestley
d80d297d97 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
2025-01-04 09:48:57 -03:30