OpenLDAP is an open-source implementation of the Lightweight Directory Access Protocol (LDAP), a network protocol used to…
017 January 2023
Dockerizing Pyhton Application
Dockerizing an application involves creating a Docker image of the application and its dependencies, which can then…
016 January 2023
Dockerize PHP Application with MySQL Database
Dockerizing a PHP application with a MySQL database is similar to the general process of dockerizing an…
03 January 2023
Redmine + Postgres Docker Compose
Following Docker Compose file will run Redmine with a Postgres database with persistent data.
026 December 2022
PHP MySQL and PHPMyAdmin Docker Compose
Here is an example docker-compose.yml file that sets up a PHP web application, a MySQL database, and…
321 May 2020
SQLite 3 Docker Compose
While we are talking about docker-compose powered databases, here is SQLite 3. Because, why not?
021 May 2020
Postgres + PGAdmin Docker Compose
You can run Postgres and PGAdmin with a single docker-compose command