You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# run jwt
$ docker-compose -f docker-compose.yml -f docker-compose.jwt.yml up --build -d
# run oauth
$ docker-compose -f docker-compose.yml -f docker-compose.oauth.yml up --build -d
# run jwt with metrics to influx
$ docker-compose -f docker-compose.yml -f docker-compose.metrics.yml -f docker-compose.jwt.yml up --build -d
# run jwt with EFK-log
$ docker-compose -f docker-compose.yml -f docker-compose.logback.yml -f docker-compose.jwt.yml up --build -d
# run jwt with EFK-log and metrics to influx
$ docker-compose -f docker-compose.yml -f docker-compose.logback.yml -f docker-compose.metrics.yml -f docker-compose.jwt.yml up --build -d