@@ -57,7 +57,7 @@ The developer guide is a comprehensive resource for developers who want to contr
└── 🔧 .env.template
```
## Installation and Docker Container
## Production Server
After running `docker compose up -d`, the server is now running the following containers by default:
...
...
@@ -79,11 +79,17 @@ To make your application accessible, you'll want to route external traffic to th
***Adding SSL certificates:** Secure the application with free Let's Encrypt certificates.
***Managing multiple applications:** Centralize configuration for multiple containerized services.
### Garbage Collector
### Development Server
For details about the development server, please refer to the project's [README](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/README.md) file.
## Garbage Collector
The asset management system includes a garbage collector, accessible via the endpoint `/garbage_collector`. This mechanism is designed to reclaim storage capacity by periodically purging unreferenced assets. Integrating the garbage collector into a routine cron job schedule can optimise server storage utilisation.
For details about the development server, please refer to the project's [README](https://git.rwth-aachen.de/medialab/interactive360vr/-/blob/main/README.md) file.