2

Lately been working in deployment, automation, and optimization. (Web) im very open to hearing how people are doing this with various technology stacks.

Comments
  • 0
    Docker Swarm for running whole stack.

    Common docker images extended (domain specific configuration) and pushed into private repository.

    All custom applications (frontebd, backend, buildbots) are also build as docker images.
    Deployment is done by some bash scripts and docker-compose but migrating to automated build and deployment by jenkins.

    Secrets are stored in an encrypted KV vault.
  • 0
    @adifferent I haven't used docker, but it's intriguing. Will definitely test it out soon
Add Comment