Compare commits
No commits in common. "2bb9d2096aee0f9eddadb9ce4a418646e92bd0b0" and "3e4bf792fe8bec6c82567a8d64a3cf72b6961d8a" have entirely different histories.
2bb9d2096a
...
3e4bf792fe
@ -9,4 +9,4 @@ ADD static /hugo/static
|
|||||||
ADD shortcodes /hugo/layouts/shortcodes
|
ADD shortcodes /hugo/layouts/shortcodes
|
||||||
ENV PORT=1313
|
ENV PORT=1313
|
||||||
EXPOSE $PORT
|
EXPOSE $PORT
|
||||||
CMD ["hugo", "serve", "--baseURL", "https://blog.gtz.dk/", "--bind", "0.0.0.0", "--port", "$PORT"]
|
CMD ["hugo", "serve", "--bind", "0.0.0.0", "--port", "$PORT"]
|
||||||
|
@ -1,18 +0,0 @@
|
|||||||
+++
|
|
||||||
date = '2024-12-04'
|
|
||||||
draft = true
|
|
||||||
title = "How to Host Docker Containers Easily in The Cloud"
|
|
||||||
tags = ["howto", "tutorial", "web"]
|
|
||||||
categories = ["technical"]
|
|
||||||
+++
|
|
||||||
|
|
||||||
In this post, we will be going over how to set up a [portainer]() managed docker environment, and how to use it.
|
|
||||||
This is ideal if you want to host a personal website, a [blog](/posts/how-to-blog), a personal [github](git.gtz.dk) or whatever your development heart desire.
|
|
||||||
If you choose to follow along, by the end of it, you will have an environment where you can just add or remove docker based services. It's even quite secure!
|
|
||||||
|
|
||||||
|
|
||||||
## Missing things in this post
|
|
||||||
- [ ] portainer introduction
|
|
||||||
- [ ] traefik introduction
|
|
||||||
- [ ] geoblocking the control dashboards
|
|
||||||
- [ ] 2FA the control dashboards through Auth0 free tier
|
|
Loading…
x
Reference in New Issue
Block a user