Skip to content
Snippets Groups Projects
Select Git revision
  • 0f6fc43a03f4ae9ba87a1f63118133c7bbc20149
  • master default protected
  • multiprocessing
  • experiment/clara
  • experiment/spec2B-poc
  • experiment/qivalio-poc
  • experiment/ertms
  • MAY-2023
  • FEB-2023
  • EGC-2023
  • 0.2.1
  • v0.2.0
  • v0.1.2
13 results

config_test.xml

Blame
  • dev.yml 381 B
    version: "3.3"
    services:
      devserver:
        build:
          context: .
          target: mirador
        restart: $DEV_RESTART
        ports:
          - $DEV_PORT:9000
        environment:
          - CORS_ALLOWED_HOSTS
          - WEBPACK_MODE=development
          - HTTP_FOLDER
          - DEV_PORT
        volumes:
          - ./:/opt
    
      httpd:
        ports:
          - $PORT:80
    
      annotot:
        ports:
          - ${ANNOTOT_PORT}:3000