Reverse Proxy
Reverse proxy configuration for Sync-in using Docker Compose.
π Prerequisitesβ
A dedicated configuration is included in the previously retrieved Sync-in docker-compose and relies on the official Nginx image.
β‘ Activationβ
To enable it, edit the docker-compose.yaml file and uncomment the following lines at the top of the file:
include:
- ./config/nginx/docker-compose.nginx.yaml
To configure HTTPS, edit the ./config/nginx/nginx.conf file and add your SSL certificates.
info
docker compose up -d to apply the changes
π Accessβ
Nginx is now enabled on port 80, making Sync-in accessible via:
http://localhost