https://github.com/leo-the-nardo/cubos-devops
Desafio técnico - integrando terraform, nginx, prometheus, opentelemetry, grafana,elastic, new relic e postgresql,
https://github.com/leo-the-nardo/cubos-devops
otel-elastic otel-grafana otel-newrelic postgresql prometheus terraform
Last synced: about 1 year ago
JSON representation
Desafio técnico - integrando terraform, nginx, prometheus, opentelemetry, grafana,elastic, new relic e postgresql,
- Host: GitHub
- URL: https://github.com/leo-the-nardo/cubos-devops
- Owner: leo-the-nardo
- Created: 2024-11-23T02:57:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-23T02:57:56.000Z (over 1 year ago)
- Last Synced: 2025-04-30T14:25:03.658Z (about 1 year ago)
- Topics: otel-elastic, otel-grafana, otel-newrelic, postgresql, prometheus, terraform
- Language: HCL
- Homepage:
- Size: 581 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

#Running
with terraform:
```
git clone https://github.com/leo-the-nardo/cubos-devops.git
cd cubos-devops
cd terraform
terraform init
terraform apply -var-file="values.example.tfvars"
```
with docker compose:
```
git clone https://github.com/leo-the-nardo/cubos-devops.git
cd cubos-devops
mv .env.example .env
docker compose up -d
```
```
https://localhost
```