docker-compose-stacks
Contains all the docker-compose stacks I use for my testing and development work
File Explorer
Download Latest Version (.zip)- jekyll-gh-pages.yml
- FUNDING.yml
- .gitignore
- docker-compose.yml
- ui.png
- local.ini
- .gitignore
- docker-compose.yml
- README.md
- data.sql
- connector.json
- docker-compose.yml
- README.md
- multi-broker-kafka-cluster.png
- infrastructure_model.png
- docker-compose.yml
- README.md
- .env
- docker-compose.yml
- README.md
- docker-compose.yml
- README.md
- docker-compose.yml
- docker-compose.yml
- README.md
- .env
- db_password.txt
- db_user.txt
- docker-compose.yml
- README.md
- docker-compose.yml
- docker-compose-replication.yml
- master.conf
- pg_hba.conf
- setup-master.sh
- setup-slave.sh
- slave.conf
- docker-compose.yml
- config.yml
- dashboard.yml
- datasource.yml
- config.monitoring
- alert.rules
- prometheus.yml
- docker-compose.yml
- prometheus.yml
- docker-compose.yml
- docker-compose.yml
- logo.png
- ui.png
- redis-commander.json
- redis-replica.conf
- redis.conf
- redis.Dockerfile
- .gitignore
- docker-compose.yml
- README.md
- docker-compose.yml
- logo.png
- docker-compose.yml
- .gitignore
- Readme.md
- docker-compose.yml
- go.mod
- go.sum
- main.go
- README.md
- img.png
- README.md
- docker-compose.yml
- README.md
- .gitignore
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/ninadingole/docker-compose-stacks
Downloads the entire project code from GitHub to your computer.
cd docker-compose-stacks
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
sonarqube $> docker-compose up
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Go
MediumPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd weaviate/client
This project's files live in a subfolder, so move into it first.
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
