7. Install [Nginx Proxy Manager](https://nginxproxymanager.com/guide/#quick-setup) and create a Proxy Host to Forward Port 5001: `docker compose -f docker-compose-proxy.yml up -d`
7. Install [Nginx Proxy Manager](https://nginxproxymanager.com/guide/#quick-setup) and create a Proxy Host to Forward Port 5001: `sudo docker compose -f docker-compose-proxy.yml up -d`
To leverage Continuous Integration and Continuous Delivery (CI/CD), install a gitlab-runner (see _CI/CD GitLab Pipeline_) instead of following step 6 and configure the runner to connect to your 19squared GitLab repository.
# 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.