CONFLUENT_VERSION=5.5.0
LOGSTASH_VERSION=7.6.2
ROOT_LOGLEVEL=ERROR
NGINX_VERSION=1.18.0-alpine
MYSQL_VERSION=5.7
KOLIDE_FLEET_VERSION=2.5.0
TRAEFIK_VERSION=v2.2
PROMETHEUS_VERSION=v2.18.0
openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout conf/ssl/docker.key -out conf/ssl/docker.crt
openssl dhparam -out conf/nginx/ssl/dhparam.pem 2048
docker-compose -f <docker-compose file> build
docker-compose -f <docker-compose file> up
docker stack deploy -c <docker-compose file> <stack name>
docker stack ps <stack name>