Run in a docker compose #133
Unanswered
noahfraiture
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm struggling to find any information about that. I would like to run this on a VPS and I manage that VPS with docker stack containing a reverse proxy to redirect my http request depening on the Host. So basically my current service is the following
However I would like to use harbor, and I can easily install it on the server, and use the command but I don't find a way to point my reverse proxy to a service on the host, so I would like to run harbor as a container itself, and I could enter in that container to run the harbor command easily.
Is it possible to have a docker image with harbor ? And most important, is there a volume to create for persistency ? What directory are important for the persistency ?
Beta Was this translation helpful? Give feedback.
All reactions