Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Dockerfile & Helm chart #69

Open
wants to merge 9 commits into
base: develop
Choose a base branch
from
Open

Conversation

Uular
Copy link
Member

@Uular Uular commented Dec 13, 2022

  • Added production suited Dockerfile (resolves Containerization for production use #42)
    • Compile CSS & Collect static in image build instead of during deployment
    • Added entrypoint with migration only when envvar set
  • Updated Helm chart templates
    • Added some template helpers for consistency
    • Improved values structure
    • Fixed Ingress
    • Removed init containers from deployment, as css is built into the image
  • Added Sass compilation to default Github action workflow (resolves Run SCSS compile in CI #68)

@Uular Uular requested a review from Glukoosi December 13, 2022 20:33
@Uular Uular self-assigned this Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Run SCSS compile in CI Containerization for production use
1 participant