Prerequisites¶
System Requirements¶
- Docker Engine: 20.10+ with Docker Compose V2
- Operating System: Linux (Ubuntu 20.04+, RHEL 8+, or equivalent)
- Memory: 4GB RAM minimum (8GB recommended for production)
- Storage: 20GB available space (SSD recommended)
- Network: Outbound internet access for image pulls and updates
Required Tools¶
Install the following tools on the deployment host:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
Network Setup¶
Ensure the following ports are available:
- 8080/tcp - Application web interface
- 3306/tcp - MariaDB (development only, if used)
- 5432/tcp - PostgreSQL (development only, alternative database)
Verification¶
Verify your system meets the requirements:
1 2 3 4 5 6 7 8 9 10 11 12 | |