Skip to main content

One post tagged with "Docker Compose"

Docker Composeを利用したマルチコンテナアプリケーションの管理に関する記事。

View all tags

A Record of Introducing Docker Compose to a Docusaurus Project

· 4 min read
hiroaki
Individual Developer

This article organizes the steps I took to introduce Docker Compose for the local development environment of a Docusaurus project.

Background:

To standardize the local development environment and simplify setup, I introduced Docker Compose to my Docusaurus (v3.8.0) project. Before this, I was running Node.js (v22.16.0) and pnpm (v10.11) by installing them directly on each developer's local machine.