services: nexus: image: sonatype/nexus3 container_name: nexus restart: unless-stopped ports: - 8081:8081 volumes: - ./nexus-data:/nexus-data