adding nexus

This commit is contained in:
Matt 2024-04-18 21:38:02 +00:00
parent 4613e0de61
commit ce55dc6609

10
nexus/docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
---
services:
nexus:
image: sonatype/nexus3@sha256:80b945be128a6466320df09589d73ed4a5dbf09f3495243281d264bbc643228c
container_name: nexus
ports:
- 8081:8081
- 8082:8082
volumes:
- /docker/appdata/nexus:/nexus-data