Twake installation on premises -

Hello,

I am trying to install fresh installation of Twake on premise.
On command
docker-compose -f docker-compose.onpremise.mongo.yml up -d

Pulling plugins (twaketech/twake-plugins:latest)…
ERROR: The image for the service you’re trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.
Continue with the new image? [yN]y
Pulling plugins (twaketech/twake-plugins:latest)…
ERROR: pull access denied for twaketech/twake-plugins, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

Same for

~/Twake/twake$ ./start.sh
Start Setup
Pulling scylladb … done
Pulling rabbitmq … done
Pulling plugins … error
Pulling node … done
Pulling php … done
Pulling nginx … done
ERROR: for plugins pull access denied for twaketech/twake-plugins, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied
ERROR: pull access denied for twaketech/twake-plugins, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied

docker login done, but there is no plugin repo on

Docker Hub

Hi!
You are right, the twake-plugin is not available on docker hub.
You need to build it yourself (although you will need a plugin configuration file that is not documented).
If you don’t need plugins, you can remove the service “plugins” from the docker-compose file.