-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker compose #3
base: master
Are you sure you want to change the base?
Conversation
|
|
||
On OSX, you can use Docker for Mac with success. | ||
|
||
We have to add the domain names to our host file. We need to know the machine IP and add it to the /etc/hosts file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the doc about ip is confusing, plz fix (use localhost or something)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right. It is confusing. I will try to be more short and concise.
Thanks
* [pikachu.local](http://pikachu.local) | ||
* [mewtwo.local](http://mewtwo.local) | ||
* [nidoqueen.local](http://nidoqueen.local) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you provide a demo with changing domain name
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you give me more information ? Do you prefer this other domain name ?
I wanted to use the same as yours with k8s.
Maybe i-like-pikachu.local ?
Thanks
@NotBad4U can you step in? |
@NotBad4U what metrics does here.... The goal is to provide a demo using sozu and another soft. look others demo on this repo plz |
Okai I didn't understand we were focused on only one application per forlder. |
|
||
[proxies] | ||
|
||
[proxies.HTTP] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The configuration now use a Application
table.
address = "192.168.59.103" | ||
port = 8125 | ||
|
||
[proxies] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The table is now call applications
|
||
[proxies.HTTP] | ||
address = "0.0.0.0" | ||
proxy_type = "HTTP" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You will add this in a protocol part. ([http] table)
@@ -0,0 +1,48 @@ | |||
version: "3" | |||
|
|||
services: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that can be good to add a custom bridge
network and avoid to use the default bridge
.
services: | ||
|
||
sozu: | ||
image: geal/sozu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use this image instead: clevercloud/sozu
Can you test it on a small screen cast also ? |
Hello
I just rewrite your kubernetes demo for Docker Swarm.
I will do it with Docker Swarm soon.
Nicolas