docker-compose.md
July 15, 2021 · View on GitHub
Bookmarks tagged [docker-compose]
www.codever.land/bookmarks/t/docker-compose
Setting Up Authelia With SWAG
https://blog.linuxserver.io/2020/08/26/setting-up-authelia/
This article details how SSO via Authelia can be easily set up using SWAG's preset Authelia confs.
- :calendar: published on: 2020-08-26
- tags: docker-compose, nginx, tls, oauth2, cloud, linux
- :octocat: source code
Step-by-step guide how integrate Keycloak with Angular application
https://wkrzywiec.medium.com/step-by-step-guide-how-integrate-keycloak-with-angular-application-d96b...
The aim of this post is to show you a basic set up an Angular application so that it will be integrated with Keycloak and it will be able to consume protected HTTP resource that requires an access tok...
- :calendar: published on: 2021-03-22
- tags: angular, keycloak, docker, docker-compose
- :octocat: source code
A docker-compose stack for Prometheus monitoring
https://github.com/vegasbrianc/prometheus
A docker-compose stack for Prometheus monitoring. Contribute to vegasbrianc/prometheus development by creating an account on GitHub.
- tags: prometheus, docker, docker-compose
Performance Monitoring Backend and Frontend using Micrometer - 56min
https://www.youtube.com/watch?v=deBSrmskpcY
Micrometer is an open source metrics collection facade, the default metrics implementation in Spring Boot 2.0 and above. Think SLF4J—but for metrics! In this talk, we'll examine why you should be inst...
- :calendar: published on: 2019-10-16
- tags: monitoring, micrometer, spring-boot, docker-compose, prometheus, grafana
- :octocat: source code
Networking in Compose
https://docs.docker.com/compose/networking/
How Compose sets up networking between containers
- tags: docker-compose, docs, networking, docker
GitHub - docker-library/healthcheck
https://github.com/docker-library/healthcheck
HEALTHCHECK
This is an example set of prototype images (available under https://hub.docker.com/u/healthcheck) for enabling HEALTHCHECK behavi...
- tags: docker, healthcheck, docker-compose
- :octocat: source code
GitHub - BretFisher/node-docker-good-defaults
https://github.com/BretFisher/node-docker-good-defaults
Sample node app for Docker examples
- tags: node.js, docker, docker-compose
- :octocat: source code
Docker and Node.js Best Practices from Bret Fisher at DockerCon - 42min
https://www.youtube.com/watch?v=Zgx0o8QjJk4
My talk on all the best of Docker for Node.js developers and DevOps dealing with Node apps. From DockerCon 2019.
- :calendar: published on: 2019-06-10
- tags: docker, node.js, docker-compose, nodemon
- :octocat: source code
Docker compose with Node.js and MongoDB - Hagai Kahana - Medium
https://medium.com/@kahana.hagai/docker-compose-with-node-js-and-mongodb-dbdadab5ce0a
This is the first of a series of posts trying to demonstrate real (simple) examples of deploying multi distributed applications across multiple platform and environments.
The purpose of this post is ...
- :calendar: published on: 2017-12-03
- tags: docker-compose, mongodb, node.js
- :octocat: source code
Piggy Metrics
A simple way to deal with personal finances
This is a proof-of-concept application, which demonstrates [Microservice Architecture Pattern](http://martinfowler.com/micro...
- tags: spring-boot, docker, spring-cloud, microservices, docker-compose
- :octocat: source code
Environment variables in Compose
https://docs.docker.com/compose/environment-variables/
How to set, use and manage environment variables in Compose
Dockerizing an Angular App
https://mherman.org/blog/dockerizing-an-angular-app/
This tutorial shows how to Dockerize an Angular app, built with the Angular CLI, using Docker along with Docker Compose and Docker Machine for both development and production. We’ll specifically focus...
- :calendar: published on: 2019-05-20
- tags: angular, docker, docker-compose, dockerfile, nginx
Dockerizing a React App
https://mherman.org/blog/dockerizing-a-react-app/
This tutorial demonstrates how to Dockerize a React app using the Create React App generator. We’ll specifically focus on-
- Setting up a development ...
- :calendar: published on: 2019-05-17
- tags: reactjs, docker, docker-compose, dockerfile, nginx
Top 5 Exclusive Features of Docker For Mac That You Can’t Afford to Ignore – Collabnix
http://collabnix.com/top-5-exclusive-features-of-docker-for-mac-that-you-cant-afford-to-miss/
Under this blog post, I will talk about top 5 exclusive and very useful features of Docker of Mac that you can’t afford to miss out.
- Docker for Mac support Docker Swarm, Swarm Mode & Kubernetes 2....
- :calendar: published on: 2015-05-01
- tags: docker, docker-compose, kubernetes
Simplifying Kubernetes with Docker Compose and Friends - Docker Blog
https://blog.docker.com/2018/12/simplifying-kubernetes-with-docker-compose-and-friends/
Simplifying Kubernetes with Docker Compose and Friends - Docker Blog
Today we’re happy to announce we’re open sourcing our support for using [Docker Compose on Kubernetes](https://github.com/docker/c...
- :calendar: published on: 2018-04-12
- tags: docker, docker-compose, kubernetes
- :octocat: source code
Expose vs publish - Docker port commands explained simply
https://medium.freecodecamp.org/expose-vs-publish-docker-port-commands-explained-simply-434593dbc9a3
The Dockerfile instruction EXPOSE, the Docker run options -p and -P, and Docker Compose expose and ports all specify how to connect Docker containers over Docker networks and to host machines. This ar...
- :calendar: published on: 2018-06-19
- tags: docker, docker-compose
Kubernetes + Compose = Kompose
kompose is a tool to help users familiar with docker-compose move to Kubernetes. It takes a Docker Compose file and translates it into Kubernetes resources.
- tags: docker, docker-compose, kubernetes, devops
- :octocat: source code
GitHub - dockersamples/example-voting-app
https://github.com/dockersamples/example-voting-app
Example Docker Compose app. A simple distributed application running across multiple Docker containers.
- tags: docker, docker-compose, python, node.js, redis
- :octocat: source code
Building Microservices with Node, Docker and Nginx pt 1 - What is a Microservice?
https://www.youtube.com/watch?v=EsCfPxjmnjo
Building Microservices with Node, Docker and Nginx
- Part 1 What is a Microservice?" I walk you through what a Microservice is and what this 3 part tutorial will show you.
- Part 2 [Making a micro...
- :calendar: published on: 2017-12-29
- tags: node.js, microservices, docker, docker-compose, nginx
- :octocat: source code
Dockerizing a Node.js and MongoDB App – XOOR – Medium
https://medium.com/@xoor/dockerizing-a-node-js-and-mongodb-app-f9d80fdb280e
Docker has become an extremely popular tool not only among DevOps and Infrastructure people, but also for the daily work of any developer. Simple with examples for beginners.
- :calendar: published on: 2017-10-22
- tags: docker, mongodb, node.js, expressjs, docker-compose
- :octocat: source code