You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This docker stack will run many services (Traefik (with auth), Socat, Portainer, Nginx, Caddy, Whoami) in a straightforward copy-paste command. Please also refer the [README](https://github.com/pascalandy/docker-stack-this/blob/master/README.md) at the root of this repo.
4
4
5
-
## What news since `traefik_stack5`
6
-
7
-
wip
8
-
9
5
## Start here
10
-
11
6
1. Go to http://labs.play-with-docker.com/
12
-
2. Create *a cluster* using the the one click tool
## Confirm that your services (containers) are running
80
81
81
82
1. When you see that all services are deployed, click on `80` to see the static landing page.
82
-
2. From the same URL generated by play-with-docker, in the address bar of your browser, add `/who1/` or `/who2/` or `/who3/` or `/portainer/` to access other services.
83
+
2. From the same URL generated by play-with-docker, in the address bar of your browser, add `/who1` or `/who2` or `/who3` or `/portainer` to access other services.
Insert this string in the `stack-proxy.yml` and `stack-consul.yml`
137
+
Insert this string in your `.configs/traefik.toml`.
137
138
138
139
#### What is Traefik?
139
140
140
141
[Traefik](https://docs.traefik.io/configuration/backends/docker/) is a powerful layer 7 reverse proxy. Once running, the proxy will give you access to many web apps. I think this is a substantial use case to understand how this reverse-proxy works.
141
142
142
143
#### Traefik version
143
144
144
-
In `toolproxy.yml` look for something like `traefik:1.7.12-alpine`.
145
+
In `toolproxy.yml` look for something like `traefik:1.7.12`.
145
146
146
147
In some mono-repo, I **my own traefik image**. Feel free to use the official images. It will not break anything.
147
148
@@ -169,3 +170,4 @@ In the active path, just execute those bash-scripts:
169
170
-`./runctop.sh`
170
171
171
172
**Bonus!**`./runctop.sh` is not a stack but a simple docker run to see the memory consumed by each container.
0 commit comments