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
Insert this string in your `.configs/traefik.toml`.
125
125
126
126
#### What is Traefik?
127
+
127
128
[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 solid use cases to understand how this reverse-proxy works.
128
129
129
130
#### Traefik version
131
+
130
132
In `toolproxy.yml` look for something like `traefik:1.7.6`.
131
133
132
134
In some mono-repo I **my own traefik image**. Feel free to use the official images. It will not break anything.
@@ -156,13 +158,9 @@ In the active path, just execute those bash-scripts:
156
158
157
159
**Bonus!**`./runctop.sh` is not a stack but a simple docker run to see the memory consumed by each containers.
158
160
159
-
## Backlog
160
-
Here is what’s missing to make this stack perfect?
161
+
## ToDo
161
162
162
-
- Secure traefik dashboard
163
163
- Use SSL endpoints (ACME)
164
-
- Fix the need to use a trailing slash `/` at the end of Portainer service
165
-
166
164
167
165
## Contributing
168
166
@@ -180,21 +178,7 @@ Thanks to the power of communities, this is where `1 + 1 = 3`.
180
178
- View the **GNU** license information at https://github.com/pascalandy/GNU-GENERAL-PUBLIC-LICENSE
181
179
- This Git repo is available at https://github.com/pascalandy/docker-stack-this
182
180
183
-
184
-
## Author
185
-
186
-
In the world of OSS (open source software) most people refer themselves as maintainers. The thing is… I hate this expression. It feels heavy and not fun. I much prefer author.
187
-
188
-
189
-
#### Hosting
190
-
191
-
Looking to **kick-start your website** (static page + a CMS) ? Take a look at [play-with-ghost](http://play-with-ghost.com/) (another project I shared). It allows you to see and edit websites made with **Ghost**. In short, you can try Ghost on the spot without having to sign up! Just use the dummy email & password provided.
192
-
193
-
#### I’m looking for help
194
-
195
-
If you have solid skills 🤓 with Docker Swarm, Linux bash and the gang and you’re looking to help a startup to launch a solid project, I would love to get to know you. Buzz me 👋 on Twitter [@askpascalandy](https://twitter.com/askpascalandy). You can see the things that are done and the things we have to do [here](http://firepress.org/blog/technical-challenges-we-are-facing-now/).
196
-
197
-
I’m looking for bright and caring people to join this [journey](http://firepress.org/blog/tag/from-the-heart/) with me.
181
+
## Keep in touch
198
182
199
183
```
200
184
____ _ _ _
@@ -205,4 +189,6 @@ I’m looking for bright and caring people to join this [journey](http://firepre
205
189
|___/
206
190
```
207
191
208
-
Shared by [Pascal Andy](https://pascalandy.com/blog/now/). Find me on [Twitter](https://twitter.com/askpascalandy).
192
+
- Pascal Andy’s [« now page »](https://pascalandy.com/blog/now/)
193
+
- Follow me on [Twitter](https://twitter.com/askpascalandy)
194
+
- Find more Ghost Themes on [play-with-ghost.com](https://play-with-ghost.com/)
0 commit comments