An open API service indexing awesome lists of open source software.

https://github.com/tanmayvaij/strapi-postgres-docker-v3

Strapi v3 project with a Dockerized setup. It includes a Docker Compose file for quick container management, offering an easy and scalable solution for both local development and deployment
https://github.com/tanmayvaij/strapi-postgres-docker-v3

docker docker-compose docker-container docker-images strapi strapi-cms strapijs

Last synced: 3 months ago
JSON representation

Strapi v3 project with a Dockerized setup. It includes a Docker Compose file for quick container management, offering an easy and scalable solution for both local development and deployment

Awesome Lists containing this project

README

        

### Setup Instructions

1. **Install Docker**: Ensure Docker is installed and running on your system. [Get Docker here](https://www.docker.com/products/docker-desktop/).
2. **Clone the Repository**: Run the following command to pull the project:
```bash
git clone https://www.github.com/tanmayvaij/strapi-postgres-docker-v3.git
```
3. **Launch the Containers**: Navigate to the project directory and start the containers using Docker Compose:
```bash
docker compose up
```