Skip to content
Snippets Groups Projects
Select Git revision
  • 018191298704de1a9e334f5133bb61e9bdf91f97
  • master default protected
  • patch-2
  • faiss_branch
  • Vispy-plot
  • Docstrings
  • UnittestCoverage
  • RemoteRendering
  • DockerGUI
  • incrementalPCA
  • gitlab-ci
11 results

README.md

Blame
  • README.md 502 B

    Backend

    Development

    Dockerfile.dev defines a development container with nodemon. It requires to attach the source code directory as volume for automatic reloading of code changes.

    docker-compose.yml automatically builds a container with Dockerfile.dev.

    docker-compose up --build --remove-orphans

    Production

    Dockerfile defines a production container.

    There is no docker-compose.yml using it yet, because production deployment is likely going to use Kubernetes instead.