dev add nexus in docker-compose
Test Workflow / test (push) Successful in 2s

This commit is contained in:
vladp
2026-04-15 10:58:43 +07:00
parent c60aeec6f5
commit 484475eadc
+15
View File
@@ -216,6 +216,19 @@ services:
networks:
- app-network
nexus:
image: sonatype/nexus3:latest
container_name: nexus
restart: unless-stopped
ports:
- "9000:8081"
volumes:
- nexus-data:/nexus-data
environment:
- INSTALL4J_ADD_VM_PARAMS=-Xms512m -Xmx1024m -XX:MaxDirectMemorySize=512m
networks:
- app-network
mongodb:
image: mongo:latest
container_name: mongo_ncp
@@ -291,6 +304,8 @@ volumes:
loki_rules:
uploads_data:
prometheus_data:
nexus-data:
driver: local
# postfix-data:
networks:
app-network: