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

Add configs for self-hosting in a Kubernetes cluster #5

Open
wants to merge 7 commits into
base: self-host-updates
Choose a base branch
from

Conversation

ddanielgal
Copy link

@ddanielgal ddanielgal commented Nov 19, 2024

I am hosting Omnivore on my public VPS using this config.

See GUIDE.md in this PR.

Newsletters feature not included.

FROM node:18.16 as builder
FROM node:18.16
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reason for switching to single-stage build for this image: the COPY command copying over node_modules failed on the _mocha package because of linked files.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just my 2c, I dont think that moving away from multistage builds is a good idea. If there is a problem we should address, I'd rather do it differently.

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.

2 participants