Very new to SSH, and still learning how docker actually works.
I believe there should be a docker-compose.yml somewhere that is deploying portainer?
And a folder with the files… But where? I can’t see it when I SSH into my production server and type ls
@George Can you please help with updating Portainer?
I read somewhere this was going to be part of a recent Wappler update, but don’t see the latest version yet.
One of the main reasons I would like to update is that the new version has an option to download logs.
Seems the new portainer has become more commercial and available in business and community edition. But the community edition isn’t much different than the current version we use.
I can VIEW the logs in portainer as well right now. Its about downloading them conveniently.
Also, to view logs of remote docker in Wappler, I will have to SSH and write the log command with a time limit. Because if I just click the log button, its a nightmare seeing 100s of MBs worth of logs just scrolling inifinitely.
Or is there some other option you are refering to?
@George I’ve been setting up an ACME challenge with let’s encrypt to allow for a wildcard subdomain… now it’s done by SSHing and installing a newer version of traefik myself.
Honestly I’m more interested in knowing how to docker-compose up this wappler-compose/docker-compose.yml file
That would make it a lot easier I figure to both update portainer and update traefik + set up what I need in traefik in the future.
For those using the new Docker implementation (using Wappler Resource Manager instead of docker-machine), the wappler-compose file can be found somewhere in your project folder (inside folder .wappler).
To update Portainer, a one-time correction needs to be done, replace the image name to:
image: 'portainer/portainer-ce:latest'
The previous image was: (no longer updated)
image: 'portainer/portainer'
Then, whenever you want to update, click the Deploy button on Wappler with Portainer selected: