Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teapartydev/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/teapartydev/dockerdev
dev development docker docker-compose
Last synced: 3 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/teapartydev/dockerdev
- Owner: teapartydev
- License: mit
- Created: 2023-03-06T14:07:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T00:52:04.000Z (5 months ago)
- Last Synced: 2024-11-02T11:23:39.157Z (3 months ago)
- Topics: dev, development, docker, docker-compose
- Homepage:
- Size: 168 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.