Skip to content

FocusedWanderer/MyDockerSetup

This branch is up to date with CptOfEvilMinions/MyDockerSetup:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Ben BornholmBen Bornholm
Ben Bornholm
and
Ben Bornholm
May 17, 2020
6b974bf · May 17, 2020

History

3 Commits
May 16, 2020
May 17, 2020
May 17, 2020
May 17, 2020
May 17, 2020
May 16, 2020
May 17, 2020
May 17, 2020
May 17, 2020
May 17, 2020
May 16, 2020
May 17, 2020
May 17, 2020
May 17, 2020

Repository files navigation

MyDockerSetup

Blog post

Docker images are pinned in .env

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

Generate OpenSSL certs

  1. openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout conf/ssl/docker.key -out conf/ssl/docker.crt
  2. openssl dhparam -out conf/nginx/ssl/dhparam.pem 2048

Docker-compose v2 stack commands

  1. docker-compose -f <docker-compose file> build
  2. docker-compose -f <docker-compose file> up

Docker-compose v3 stack commands

  1. docker stack deploy -c <docker-compose file> <stack name>
  2. docker stack ps <stack name>

Referenecs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published