Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I ippidb-web
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Metrics
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • iPPIDBiPPIDB
  • ippidb-web
  • Merge requests
  • !38

Dockerize app, and k8s

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Bryan BRANCOTTE requested to merge dockerizing-app into master Mar 16, 2022
  • Overview 1
  • Commits 138
  • Pipelines 72
  • Changes 50

reduce lib installed, collect static during build

  • keep app and test related libs but remove sphinx and django-extensions related dependencies.
  • remove apache2-dev
  • collect static, and get ready to copy it on startup if needed to be serve by another container
  • gunicorn only reload when used in docker-compose
  • none root user
  • run migration on startup
  • copy static files to $STATIC_ROOT_ON_STARTUP_COPY when mounted
  • add helm chart
  • use PostgreSQL from zolando

Closes #271 Closes #272

Edited Jun 15, 2022 by Bryan BRANCOTTE
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dockerizing-app