Skip to main content

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