add images (oops)
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
title: "The Magic of Docker Compose: Transforming Project Setups"
|
title: "The Magic of Docker Compose: Transforming Project Setups"
|
||||||
description: Simplify your life with Docker Compose
|
description: Simplify your life with Docker Compose
|
||||||
image:
|
image:
|
||||||
src: "/images/100DaysOfCode-overview.webp"
|
src: "/images/magic-of-docker-compose.webp"
|
||||||
alt: "How I made my site fast"
|
alt: "How I made my site fast"
|
||||||
date: April 22, 2024
|
date: April 22, 2024
|
||||||
tags:
|
tags:
|
||||||
@@ -12,6 +12,8 @@ tags:
|
|||||||
|
|
||||||
In some of my recent full-stack projects, I've been using Docker Compose to simplify my project setup. Instead of downloading PostgreSQL, aligning it with the project's authentication scheme, tagging it to prevent conflicts with other projects, setting up the cache layer or other services, and building backend services, I run just one simple command:
|
In some of my recent full-stack projects, I've been using Docker Compose to simplify my project setup. Instead of downloading PostgreSQL, aligning it with the project's authentication scheme, tagging it to prevent conflicts with other projects, setting up the cache layer or other services, and building backend services, I run just one simple command:
|
||||||
|
|
||||||
|
<!--more-->
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up
|
docker-compose up
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user