Quantcast
Channel: Becoming a Full-Stack Web developer in 7 Months
Viewing all articles
Browse latest Browse all 78

Becoming a Full-Stack Web developer in 7 Months

$
0
0

@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:

  1. 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)
  2. My Keycloak instance itself
  3. 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? :slight_smile:

Read full topic


Viewing all articles
Browse latest Browse all 78

Trending Articles