Skip to main content

Docker 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. For a local Sync-in-only test, the interface is accessible via:

http://localhost

If you enable collaborative editors such as Collabora Online, OnlyOffice, or Euro-Office, access Sync-in using the server IP address or a properly configured domain name instead:

http://your-domain

When HTTPS is configured in ./config/nginx/nginx.conf, use the HTTPS URL:

https://your-domain