## Environment overrides for docker-compose # Path to the host's Let's Encrypt directory that contains live// certs. # This directory is bind-mounted into the Nginx container at /etc/letsencrypt. # Linux hosts (default) LETSENCRYPT_PATH=/etc/letsencrypt # Windows (Docker Desktop with WSL Ubuntu). Uncomment and adjust distro name if different. # LETSENCRYPT_PATH=//wsl$/Ubuntu/etc/letsencrypt # Notes: # - Ensure the following files exist under the path you set: # live/api.truckwash.dk/fullchain.pem # live/api.truckwash.dk/privkey.pem # live/cloud.truckwash.dk/fullchain.pem # live/cloud.truckwash.dk/privkey.pem # - If you do not have certs for cloud.truckwash.dk locally, either comment out that # TLS server block in services/nginx/nginx.conf or place a temporary self-signed # cert/key pair at the expected path.