-
Notifications
You must be signed in to change notification settings - Fork 40
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
docker auto-update #458
docker auto-update #458
Conversation
casperdcl
commented
Nov 1, 2023
•
edited
Loading
edited
- optional watchtower auto-update
- closes Check update and trigger update premAI-io/prem-daemon#121
- fix gateway service naming
@@ -1,18 +1,18 @@ | |||
version: '3.7' | |||
services: | |||
|
|||
premapp: | |||
container_name: premapp | |||
prem_app: |
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 you elaborate on why this is necessary?
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.
just using the same convention as the base docker-compose.yml
file :)
alternatively would have to get watchtower to monitor both premapp
and prem_app
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.
oh ok, I think this docker-compose may be outdated and not really used for dev or prod either AFAIK
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.
well I use it for dev. @filopedraz shouldn't we use it for demo.prem.ninja
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.
I think this service belongs to the actual server installation for production, you premapp is the one used in the compose
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.
@casperdcl I am using prem-box installer script for demo.prem.ninja :)
Thank you! this seems to be a better solution than a hand-made solution. |
ah I don't quite understand the use-case of |
It's the repository dedicated to centralizing installer script, the latest stable versions, and docker-compose files used for the server installation 👉 https://dev.premai.io/docs/prem-app/installation/install-linux-production
We are going to change the project structure very soon, for now, let's stick with what we have already in place |
moved to premAI-io/prem-box#33 |