Docker-Compose
Articles tagged "docker-compose"
2020-10-27
In a world where Dockerfiles, docker-compose.yml files, ansible files, and others compete for my attention against tech debt in projects that become a bit complex: I decided to make a Python micro framework to make it as nice to build an infra as I …
2019-03-14
The new compoctl apply command supports build by default and now chains the following:
pull build down up -d logs ps If you haven’t installed yet, my advice is to install with pip3 install --user compoctl, and then add export …
2019-02-15
Well that’s a nice way to automate backups and rollbacks during my deploys and make another CI Dev-Perfect(tm)
2019-02-14
In kubernetes, we have the joy of applying configuration directly from maintainer repositories:
kubectl apply -f https://raw.github.../setup.yml This allows each repository to maintain its own infrastructure configuration as code, and maintaining a …
Found 4 articles.