How do I get started with Keycloak in Docker?

I ran Keycloak locally and tested according to the instructions.

After that, launched a Keycloak instance and connected to MySQL using the instruction:

docker run --name mysql-keycloak --net keycloak-network jboss/keycloak

What should I do to get Keycloak up and running in a production environment? Should I set up a reverse proxy?