Skip to content

Remove unwanted Swarmpit port 888#51

Merged
tiangolo merged 3 commits into
tiangolo:masterfrom
inmishrar:patch-1
Aug 16, 2020
Merged

Remove unwanted Swarmpit port 888#51
tiangolo merged 3 commits into
tiangolo:masterfrom
inmishrar:patch-1

Conversation

@inmishrar

Copy link
Copy Markdown
Contributor

Added Notes i.e:-

NOTE:- If you get error "network "traefik-public" is declared as external, but could not be found. You need to create a swarm-scoped network before the stack is deployed
" then please create network by using this command docker network create --driver=overlay traefik-public then again run docker stack deploy -c swarmpit.yml swarmpit

Updated DNS url:-
https:// to https://:888

inmishrar and others added 3 commits July 11, 2020 11:56
Added Notes i.e:-

NOTE:- If you get error "network "traefik-public" is declared as external, but could not be found. You need to create a swarm-scoped network before the stack is deployed
" then please create network by using this command docker network create --driver=overlay traefik-public then again run docker stack deploy -c swarmpit.yml swarmpit

Updated DNS url:-
https://<your swarmpit domain> to https://<your swarmpit domain>:888
@tiangolo

Copy link
Copy Markdown
Owner

Thanks for your interest and effort!

So, the note shouldn't be necessary as it starts with:

Follow this guide to integrate it in your Docker Swarm mode cluster deployed as described in DockerSwarm.rocks with a global Traefik HTTPS proxy.

And it expects the cluster to be deployed with a main Traefik load balancer as described in the first tutorials.

About the port 888, it actually shouldn't be there. And as you made me notice it, I added the fix for that in your PR.

Thanks! ☕

@tiangolo tiangolo changed the title Updated Note & port number 888 Remove unwanted Swarmpit port 888 Aug 16, 2020
@tiangolo tiangolo merged commit 3890da2 into tiangolo:master Aug 16, 2020
@inmishrar

Copy link
Copy Markdown
Contributor Author

Hi @tiangolo

Thank you for fixing the port number issue and merging my PR, appreciate your support.

Rest about Notes, Actually I struggled while doing that configuration so placed because might be other also would be facing same so atleast they can quickly see and look what they need to do. what you say ?

Regards,
Ravi Mishra

@tiangolo

tiangolo commented Dec 9, 2020

Copy link
Copy Markdown
Owner

Thanks, but I prefer to keep it simple, if I add notes for all the possible errors that could happen then it would be much bigger. So I prefer to have it as simple as possible and try to explain as clearly as possible each step, including the previous ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants