Run a nuxt website with nginx and https
This docker-compose jwilder/nginx-proxy and jrcs/docker-letsencrypt-nginx-proxy-companion containers to host a nuxt website. The Dockerfile to host the nuxt site is in the app/ directory
Replace following fields with your domain and email.
environment:
- VIRTUAL_HOST=yourdomain.com
- LETSENCRYPT_HOST=yourdomain.com
- [email protected]
docker-compose up -d