-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add roboclic service #14
Conversation
roboclic/docker-compose.yaml
Outdated
@@ -0,0 +1,5 @@ | |||
services: | |||
roboclic: | |||
image: ghrc.io/clicepfl/roboclic # TODO Check if correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it necessary to host the image on ghrc? Can't we keep it at home?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't it have to be on the caddy network too ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we keep it at home?
We could, but we would need to self-host a docker registry. Since the code (including the Dockerfile
) is public, I don't think it is an issue if it is hosted by Github.
Doesn't it have to be on the caddy network too ?
No, since it only needs to send HTTP requests, it does not receive any.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ghcr.io ? Remove comment as well
roboclic/docker-compose.yaml
Outdated
@@ -0,0 +1,5 @@ | |||
services: | |||
roboclic: | |||
image: ghrc.io/clicepfl/roboclic # TODO Check if correct |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's ghcr.io ? Remove comment as well
Closes #9