Skip to main content
Skip table of contents

Running from a Linux docker image

A docker image dpe-nano-services for DpeNanoServices is available on docker-registry.davidsystems.com.

This docker registry is currently for DAVID internal use only.

Please contact support to get the image as a file download.

Example for a Docker Compose File

CODE
services:

  nano-services:
    container_name: dpe-nano-services-from-stack
    image: docker-registry.davidsystems.com/dpe-nano-services:latest
    restart: always
    ports: 
      - "17000:8080"
    environment:
      ASPNETCORE_ENVIRONMENT: Production
      DpeParFile__DIGASYSTEMREGISTRYXMLFILEPATH: /mnt/parfiles/DigaSystemRegistry_Linux.xml
      DpeLogging__UseFileLogger: true
    volumes:
      - my_mount_to_parfiles:/mnt/parfiles
      
volumes:
  my_mount_to_parfiles: 
    driver_opts:
      type: cifs
      o: username=dpedemo,password=MyPassword,rw,domain=david-gmbh.de
      device: \\...ip_address...\DigaSystem
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.