Deploying Nginx on Port 443 with Docker Volumes for Data Persistence

Can I set up an Nginx webserver on port 443 as my architecture’s entry point and use Docker volumes to both persist data and store the Nginx configuration?

Hi @Nicolas1242 , yes you can - you need to:

  1. Create a Nginx container with Qovery. → You can use the official NGINX container on the Dockerhub.
  2. Expose the port of your container. (Qovery will handle everything for you here and expose your NGINX on port 443 if you select HTTP protocol)
  3. For storing the NGINX configuration, I’d recommend using our concept of Environment Variable as a File

I hope it helps

1 Like