Skip to content

Commit

Permalink
docs: Revise Container README to improve clarity and reflect Docker s…
Browse files Browse the repository at this point in the history
…etup details
  • Loading branch information
lmcdonough committed Oct 18, 2024
1 parent d76c5de commit 157c4c2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions docs/runbooks/Container-README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
Here’s the updated README to reflect the recent changes, including the flexibility to run PostgreSQL either locally or remotely, the use of `.env` files for environment-specific configuration, and troubleshooting steps for common issues.
# Refactor Coaching & Mentoring Platform with Docker & Docker Compose

---

# **Refactor Coaching & Mentoring Platform with Docker & Docker Compose**

This project is a Rust-based backend/web API that connects to a PostgreSQL database. It uses Docker and Docker Compose for easy local development and deployment, and includes utilities for database management, migrations, and more. You can choose to run PostgreSQL either locally (via Docker) or remotely by configuring the environment variables.
*This project is a Rust-based backend/web API that connects to a PostgreSQL database. It uses Docker and Docker Compose for easy local development and deployment, and includes utilities for database management, migrations, and more. You can choose to run PostgreSQL either locally (via Docker) or remotely by configuring the environment variables.*

## **Prerequisites**

Expand Down Expand Up @@ -281,4 +277,3 @@ To stop and remove all containers, networks, and volumes:
```bash
docker-compose down -v
```

0 comments on commit 157c4c2

Please sign in to comment.