Skip to content

julianfbeck/nuxt-nginx-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published