nexus-casc-terraform-example/README.md

16 lines
361 B
Markdown
Raw Permalink Normal View History

# Nexus with casc plugin example
```bash
git clone https://git.adphi.net/adphi/nexus-casc-terraform-example
cd nexus-casc-terraform-example
# edit variables to customize image / version, etc in main.tf
# terraform init
# terraform plan
# terraform apply
# or use the pre-build image (adphi/nexus3:3.41.1-casc)
docker-compose --project-directory test up
```