Join our Discord Server

Docker Compose

SurrealDB with Docker Compose: A Definitive Guide

A hands-on guide to running the multi-model database with Docker, including the Surrealist GUI Introduction SurrealDB is a next-generation, multi-model database...
Ajeet Raina
4 min read

Ollama Models Setup: Step-by-Step Guide with Docker Compose

Ollama Models Setup: A Comprehensive Guide Running large language models locally has become much more accessible thanks to projects like Ollama....
Collabnix Team
3 min read

How to Set Environment Variables in Docker Compose

Environment variables play a crucial role in Docker Compose for managing configuration and sensitive data across containerized applications. They provide a...
Abraham Dahunsi
4 min read

How to run MongoDB with Docker and Docker Compose: A Step-by-Step guide

If you’re looking to set up MongoDB for your project, Docker Compose offers a simple and efficient way to get started....
Ajeet Raina
2 min read

Taking Docker Compose to Production with One Tool

Imagine you’re using Docker Compose to develop and test your app. It’s a great tool for getting multiple containers to work together on...
Ajeet Raina
6 min read

Do you still use version in Docker compose?

For those who’ve been working with Docker Compose for a while, the ‘version’ property at the top of your docker-compose.yml file might be...
Ajeet Raina
1 min read

What is Docker Hub?

Unleash the power of containerization with Docker Hub, the essential guide for developers and enterprises. Discover features, benefits, and the vibrant...
Ajeet Raina
2 min read

How to run Oracle Database in a Docker Container using Docker Compose

Oracle Container Registry (OCR) is a private container registry provided by Oracle Corporation that allows users to store, distribute, and manage container...
Ajeet Raina
2 min read

A Beginner’s Guide to Docker Networking

For Docker containers to communicate with each other and the outside world via the host machine, there has to be a...
Ajeet Raina
13 min read
Join our Discord Server