padloc/docs/examples/hosting/docker/nginx
Martin Kleinschrodt 2a2bb6b1c1 Add examples of docker-based hosting setup 2022-04-12 15:05:22 +02:00
..
README.md Add examples of docker-based hosting setup 2022-04-12 15:05:22 +02:00
docker-compose.yml Add examples of docker-based hosting setup 2022-04-12 15:05:22 +02:00
nginx.conf Add examples of docker-based hosting setup 2022-04-12 15:05:22 +02:00

README.md

Docker + NGINX

This is a basic example of running an instance of the Padloc server component and web app with Docker Compose, using NGINX as a reverse proxy.

This is a basic example of running an instance of the Padloc server component and web app via Docker + Docker Compose.

Setup Instructions

  1. Install Docker and Docker Compose

  2. Clone or download this folder and cd into it.

  3. Start the server and pwa:

    docker-compose up
    

Thats it! The web app is now available at http://localhost.