Simpler deployment? #15573
-
Hi all 👋 I just followed the installation instructions to try out and test Harbor on my Mac using Docker Desktop for macOS. Here is the result:
As far as I can tell, everything is up and running and appears to be working:
But here's the thing, this setup is kind of overkill for my needs. Is there a known simpler
Also why do we need redis as well? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Without an nginx proxy? I already have an ingress. Without a syslog facility, I don't care for this. Without postgres as the database, can we use sqlite? |
Beta Was this translation helpful? Give feedback.
Without an nginx proxy? I already have an ingress.
TheoreticalIy, it's possible. But you have to figure out the configuration on harbor-core & your ingress.
Without a syslog facility, I don't care for this.
You can use the external log setting. https://github.com/goharbor/harbor/blob/master/make/harbor.yml.tmpl#L122
Without postgres as the database, can we use sqlite?
Currently, we do only support postgres. If you'd like to support sqlite, please file requirment, like: #6534