https://github.com/pixelbend/dockerdev
A collection of Docker Compose files for local development. These configurations are designed for development environments only and should not be used in production.
https://github.com/pixelbend/dockerdev
dev development docker docker-compose
Last synced: 2 months ago
JSON representation
A collection of Docker Compose files for local development. These configurations are designed for development environments only and should not be used in production.
- Host: GitHub
- URL: https://github.com/pixelbend/dockerdev
- Owner: pixelbend
- License: mit
- Created: 2023-03-06T14:07:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-30T16:20:02.000Z (5 months ago)
- Last Synced: 2025-02-16T03:24:34.378Z (3 months ago)
- Topics: dev, development, docker, docker-compose
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DockerDev
A collection of Docker Compose files designed for local development. These configurations are tailored for various services and databases, providing a convenient setup for development and testing purposes. **Note:** These files are not intended for production use.
## Usage
To use a specific Compose file:
1. Navigate to the desired directory.
2. Run `docker compose up` or `docker compose up -d` to start the services.Feel free to customize the configurations as needed for your development environment.