Skip to content

hanifr/docker-Orchestration-multiple-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-Orchestration-multiple-containers

link containers to nginx proxy for masking ip

How to use this tool

$ su - username

$ git clone https://github.com/hanifr/docker-Orchestration-multiple-containers.git

$ cd nginxproxy

Check whether docker-compose is available $ docker-compose --version

If the compose is not available, proceed with installation

$ sudo apt install docker-compose

$ docker-compose up -d

$ cd

$ docker network create nginx-proxy

$ cd node-red

$ sudo nano docker-compose.yml

change the domain address and related details

$ docker-compose up -d

$ cd grafana-mysql

change the domain address and related details

$ docker-compose up -d

Further reading on proxy setup: https://hub.docker.com/r/jwilder/nginx-proxy

About

link containers to nginx proxy for masking ip

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors