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
- Host: GitHub
- URL: https://github.com/tanmayvaij/strapi-postgres-docker-v3
- Owner: tanmayvaij
- Created: 2024-08-23T13:23:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T09:59:37.000Z (9 months ago)
- Last Synced: 2025-01-21T21:47:34.943Z (5 months ago)
- Topics: docker, docker-compose, docker-container, docker-images, strapi, strapi-cms, strapijs
- Homepage:
- Size: 224 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```