ottomated / CrewLink-server

Voice Relay server for CrewLink.
GNU General Public License v3.0
694 stars 444 forks source link

[Suggestion] Docker auto update #158

Closed Brandonv101 closed 3 years ago

Brandonv101 commented 3 years ago

Hi there,

There should be a feature that allows the docker image to auto update as the address environment variable needs to be reset to the hosted IP each time a new docker image needs to be pulled.

Thanks!

jhechtf commented 3 years ago

to clarify, are you talking about whenever a new version of the crewlink server comes out that your docker image should auto-update?

Brandonv101 commented 3 years ago

Yes that is what I am referring to since currently a new docker image needs to be pulled and then the address environment variable needs to be updated to the public IP.

Zedifuu commented 3 years ago

update.sh

git pull origin master
docker-compose down 
docker-compose up -d --build

For now, Maybe? and just keep an eye on updates? Can remove -d to monitor rebuild if you want.

Brandonv101 commented 3 years ago

Thanks I think that will work fine for now

OiYouYeahYou commented 3 years ago

If it's resolved, maybe you should close it :)

Brandonv101 commented 3 years ago

Sorry forgot to close the ticket with my last comment