Skip to content

romainbourre/devops-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ready Server Docker Container

Install

Requirements

  • Docker
  • docker-compose (>= 3.2)

Up server

To up basic server with Nginx reverse proxy and Portainer (to manage your container), dowload this repository on your server.

On the repository root, run docker stack deploy -c docker-compose.yml master.

This command will mount a Nginx reverse proxy server container (expose to your 80 port) and Portainer (expose to your 9000 port).

Once process finish, you can check your server by going to his IP address on your browser and you should see a basic 404 web page like this :

Your first page!

About

Deploy web server base to docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published