Code snippets
You will find here 18 code snippets I find useful so I don't have to Google ™ or Stackoverflow ™ them when I need. There are also code snippets I always forget! 😁 Sometimes, related links to the code will be available. The main difference with other random snippets you will find on the web is that in most cases (for the Symfony related ones) you will be able to run them directly from this website to check the output so you can verify it works as expected ™.
In this snippet, we will see how to wait for the Postgres service to be available before using it. It's to avoid the following kin...
Docker
Published on 2020-08-30 • Modified on 2020-08-30
This is the docker-compose file I am using for Redis. It's very concise, you can also specify the image version number: eg: redis:...
Docker
Published on 2019-11-09 • Modified on 2019-11-09
This is the docker compose file I am using for elasticsearch, Kibana and head. Images for elasticsearch and Kibana are the officia...
Docker
Published on 2019-11-05 • Modified on 2019-11-05
This is the docker compose file I am using for postgreSQL 9.6. As this is an official image, there should't be any problem. Don't ...
Docker
Published on 2019-10-01 • Modified on 2019-10-01
This is the docker compose file I am using for MySQL 5.7. As this is an official image, there should't be any problem. Before I wa...
Docker
Published on 2019-09-26 • Modified on 2019-09-26
This is the docker compose file I am using for mailcatcher. I use this image because it is regularly updated. Be careful, that the...
Docker
Published on 2019-09-24 • Modified on 2019-09-24
This is my first step to learn Docker in 2019 😊. This snippet comes from a Tweet of @pierstoval. I was bluffed as it was indeed re...
Docker
Published on 2019-02-12 • Modified on 2019-02-12
I have always used shell (.sh) scripts to streamline all my dev tasks on Symfony projects. But I discovered (here and here) that w...
Symfony
Published on 2018-11-30 • Modified on 2021-10-10