julianfbeck / nuxt-nginx-docker-compose

host a nuxt.js website with nginx and https using docker-compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

host a nuxt.js website with nginx and https using docker-compose


Languages

Language:Vue 75.7%Language:JavaScript 16.8%Language:Dockerfile 7.5%