We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting error wheb deploying using python script python3 ./easy-install.py deploy --project=drive_prod_setup --email=email@example.com --image=ghcr.io/frappe/drive --version=stable --app=drive --sitename subdomain.domain.tld
A .env file is generated with basic configs. Please edit it to fit to your needs
[+] Running 12/12 ✘ redis-queue Error 0.3s ✘ db Error 0.3s ✘ configurator Error 0.3s ✘ proxy Error 0.3s ✘ queue-long Error 0.3s ✘ frontend Error 0.3s ✘ queue-short Error 0.3s ✘ redis-cache Error 0.3s ✘ backend Error 0.3s ✘ cron Error 0.3s ✘ websocket Error 0.3s ✘ scheduler Error 0.3s Error response from daemon: Head "https://ghcr.io/v2/frappe/drive/manifests/stable": unauthorized Docker Compose failed, please check the container logs Command '['docker', 'compose', '-p', 'drive_prod_setup', '-f', '/home/ubuntu/drive_prod_setup-compose.yml', 'up', '--force-recreate', '--remove-orphans', '-d']' returned non-zero exit status 18.
while a also try to build image but getting More Complex Errors
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting error wheb deploying using python script
python3 ./easy-install.py deploy
--project=drive_prod_setup
--email=email@example.com
--image=ghcr.io/frappe/drive
--version=stable
--app=drive
--sitename subdomain.domain.tld
A .env file is generated with basic configs. Please edit it to fit to your needs
[+] Running 12/12
✘ redis-queue Error 0.3s
✘ db Error 0.3s
✘ configurator Error 0.3s
✘ proxy Error 0.3s
✘ queue-long Error 0.3s
✘ frontend Error 0.3s
✘ queue-short Error 0.3s
✘ redis-cache Error 0.3s
✘ backend Error 0.3s
✘ cron Error 0.3s
✘ websocket Error 0.3s
✘ scheduler Error 0.3s
Error response from daemon: Head "https://ghcr.io/v2/frappe/drive/manifests/stable": unauthorized
Docker Compose failed, please check the container logs
Command '['docker', 'compose', '-p', 'drive_prod_setup', '-f', '/home/ubuntu/drive_prod_setup-compose.yml', 'up', '--force-recreate', '--remove-orphans', '-d']' returned non-zero exit status 18.
while a also try to build image but getting More Complex Errors
The text was updated successfully, but these errors were encountered: