Docker Environment Variables
Matko Klaić
Matko Klaić
Environment variables are essential for any micro service instance. In most cases we don't want our service to contain any hard-coded environment related configuration.
Some examples are:
- service host
- service port
- 3rd party API security key/s