@Data-Mastery wrote:
Thank you. At the moment I do a lot of Linux stuff, which is quite hard but enjoyable if it works. I worked on my website “ds-gym.de”. I improved another significant step right now.
I set up multiple Docker images:
- A MySQL Database, which handles the user data of my keycloak instance (used the volume API to write the data from the container to my FS, so not data gets lost when the container stops)
- My Keycloak instance itself
- ShinyProxy, which handles multiple containers with Apps.
Works good so far, next step is to build everything up with docker-compose. Everything behind that like Docker-Swarm or even Kubernetes seems to be a massive Overkill right now.
Strange where our plans lead us at the end, right?