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.


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...


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.


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...


Networking in Compose

https://docs.docker.com/compose/networking/

How Compose sets up networking between containers


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...


GitHub - BretFisher/node-docker-good-defaults

https://github.com/BretFisher/node-docker-good-defaults

Sample node app for Docker examples


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.


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 ...


Piggy Metrics

https://piggymetrics.tk/

A simple way to deal with personal finances

This is a proof-of-concept application, which demonstrates [Microservice Architecture Pattern](http://martinfowler.com/micro...


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...


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-

  1. Setting up a development ...

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.

  1. Docker for Mac support Docker Swarm, Swarm Mode & Kubernetes 2....

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...


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...


Kubernetes + Compose = Kompose

http://kompose.io/

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.


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.


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


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.