updated player deployment for digiserver
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
# DigiServer Standalone Deployment Archive
|
||||
|
||||
This folder contains files from the original standalone DigiServer v2 deployment setup. These files are **no longer used** in the Enterprise Digital Platform integrated environment.
|
||||
|
||||
## Why These Files Are Here
|
||||
|
||||
DigiServer v2 was originally developed as a standalone application with its own:
|
||||
- Docker Compose configuration
|
||||
- Nginx reverse proxy
|
||||
- Deployment scripts
|
||||
- HTTPS/SSL setup utilities
|
||||
|
||||
When DigiServer was integrated into the Enterprise Digital Platform, these functions were consolidated into the platform-wide infrastructure (root-level `docker-compose.yml`, central nginx, etc.).
|
||||
|
||||
## Files in This Archive
|
||||
|
||||
| File | Purpose | Status |
|
||||
|------|---------|--------|
|
||||
| `docker-compose.yml` | Standalone app orchestration | ❌ Replaced by root docker-compose.yml |
|
||||
| `nginx.conf` | Standalone reverse proxy config | ❌ Replaced by platform nginx |
|
||||
| `nginx-custom-domains.conf` | Custom domain support | ❌ Replaced by platform nginx |
|
||||
| `QUICK_DEPLOYMENT.md` | Standalone deployment guide | 📚 Reference only |
|
||||
| `deploy.sh` | Standalone deployment script | ❌ No longer needed |
|
||||
| `verify-deployment.sh` | Standalone verification script | ❌ No longer needed |
|
||||
| `deployment-commands-reference.sh` | Deployment command reference | 📚 Reference only |
|
||||
| `generate_nginx_certs.sh` | Standalone HTTPS cert generation | ❌ Platform handles this |
|
||||
| `migrate_network.sh` | Network migration utility | ❌ Standalone only |
|
||||
|
||||
## Files Still in Use
|
||||
|
||||
The following files from the original setup are **still active** and needed:
|
||||
|
||||
- ✅ **Dockerfile** - Used by platform docker-compose.yml to build digiserver image
|
||||
- ✅ **docker-entrypoint.sh** - Referenced by Dockerfile as container startup script
|
||||
|
||||
## When You Might Need Files from This Archive
|
||||
|
||||
### Reference Information
|
||||
- Review `QUICK_DEPLOYMENT.md` if you need to understand original standalone setup
|
||||
- Check `deployment-commands-reference.sh` for historical deployment context
|
||||
|
||||
### Troubleshooting
|
||||
- `verify-deployment.sh` - Could be adapted for debugging container health
|
||||
- `nginx.conf` - Reference for nginx configuration patterns (platform uses central nginx)
|
||||
|
||||
### Historical Record
|
||||
- `deploy.sh` - Shows original deployment workflow
|
||||
- `docker-compose.yml` - Shows original app structure for reference
|
||||
|
||||
## For Enterprise Platform
|
||||
|
||||
All deployment is now handled through:
|
||||
- **Root `docker-compose.yml`** - Orchestrates all services including digiserver
|
||||
- **Root `nginx/nginx.conf`** - Central reverse proxy configuration
|
||||
- **Docker multi-service architecture** - All apps in one network
|
||||
|
||||
## Restoring a File (if needed)
|
||||
|
||||
To restore any file from this archive to active use:
|
||||
|
||||
```bash
|
||||
cp standalone-deployment-archive/<filename> ../
|
||||
```
|
||||
|
||||
However, most files will need modifications to work with the integrated platform architecture.
|
||||
|
||||
---
|
||||
|
||||
**Archive Date:** June 7, 2026
|
||||
**DigiServer Integration:** Complete
|
||||
**Status:** Enterprise Digital Platform v1.0
|
||||
Reference in New Issue
Block a user