How to use Traefik v3 with Docker compose swarm mode

The recent release of Traefik v3 brings a lot of new features. This article does not aim to explain all the new features of Traefik v3, but to show you how to use it with Docker compose.

The recent release of Traefik v3 brings a lot of new features. This article does not aim to explain all the new features of Traefik v3, but to show you how to use it with Docker compose.

When working with an API, it is important to be able to debug it.

Numerous tools are available for network debugging, from debugging a REST API to analyzing traffic on a router or local network.
Have you heard about the second command that allows you to create Docker images? 🐳
docker commit [container name] [image name]:[tag]
This command creates an image by taking a kind of "snapshot" of the targeted container. However, I wondered what the differences were compared to docker build (aside from the Dockerfile).
I took the time to study a very simple case and examine the differences it produces:

SurrealDB is a powerfull database, which 1.0 has been released in 2023. It's a new gen database, which can be schemafull or schemaless. In this article, we will focus on the schemafull part of SurrealDB.