e2e: local nexus

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-10 06:15:35 +01:00
parent 2d8166c4b9
commit af7537dc3e
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 115 additions and 0 deletions

8
.github/e2e/nexus/docker-compose.yml vendored Normal file
View file

@ -0,0 +1,8 @@
services:
nexus:
image: sonatype/nexus3:${NEXUS_VERSION:-latest}
volumes:
- "./data:/nexus-data"
ports:
- "8081:8081"
- "8082:8082"