Skip to content

geshan/nginx-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-docker-compose

Example for a blog post about nginx docker compose

Basic example

In the basic example, you will host static files with Nginx. The docker compose config is defined in the basic.yaml file.

To run this you will execute:

docker compose -f basic.yaml up

Once the container is up and running, you can hit http://localhost:8089 to see a sample website for an imaginary Gen AI startup called Smmrzer that summarizes text :). The template used is called Stellar by HTML5up.

It will look something like the below:

Smmrzer screenshot

About

Example for a blog post about nginx docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published