Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 883 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 883 Bytes

nuxt-nginx-docker-compose

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

Setup

Replace following fields with your domain and email.

environment:
- VIRTUAL_HOST=yourdomain.com 
- LETSENCRYPT_HOST=yourdomain.com
- LETSENCRYPT_EMAIL=your@mail.com

Usage

docker-compose up -d 

Based on