mgilangjanuar / teledrive

The Google Drive/OneDrive/etc alternative using Telegram API

Home Page:https://teledriveapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build from Dockerfile is failing

albertopasqualetto opened this issue · comments

Build from Dockerfile is failing.

Please resolve these problems directly in your code.

(I am using an arm64 VM from Oracle cloud)

commented

Fixed in Staging branch

Your commit is not affecting the Dockerfile, I suggest you to add ENV NODE_OPTIONS="--openssl-legacy-provider --no-experimental-fetch" to the it, instead.

Hi @albertopasqualetto.
I'm having some issues when I tried to get this set up in Oracle Cloud. Will you be able to help me?
Thanks in advance.

Hi @albertopasqualetto.
I'm having some issues when I tried to get this set up in Oracle Cloud. Will you be able to help me?
Thanks in advance.

Hello, which issues are you encountering?
I have builded and ran manually teledrive on docker compose. If you want I can post my docker-compose.yml

P.S.: note that this issue is partially no more valid due to some new fixes from latest commits.

Hi @albertopasqualetto.
I'm having some issues when I tried to get this set up in Oracle Cloud. Will you be able to help me?
Thanks in advance.

Hello, which issues are you encountering? I have builded and ran manually teledrive on docker compose. If you want I can post my docker-compose.yml

P.S.: note that this issue is partially no more valid due to some new fixes from latest commits.

Thank you so much for the reply. How can I contact you?

After running “ docker-compose up -d” I got the following errors. And I might need your help with opening ports on my VPS too.

Last bit of the log;

warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
Killed
[4/5] Linking dependencies...
The command '/bin/sh -c yarn install --network-timeout 1000000' returned a non-zero code: 137
ERROR: Service 'teledrive' failed to build : Build failed

Hi @albertopasqualetto.
I'm having some issues when I tried to get this set up in Oracle Cloud. Will you be able to help me?
Thanks in advance.

Hello, which issues are you encountering? I have builded and ran manually teledrive on docker compose. If you want I can post my docker-compose.yml
P.S.: note that this issue is partially no more valid due to some new fixes from latest commits.

Thank you so much for the reply. How can I contact you?

After running “ docker-compose up -d” I got the following errors. And I might need your help with opening ports on my VPS too.

Last bit of the log;

warning Workspaces can only be enabled in private projects.
warning Workspaces can only be enabled in private projects.
Killed
[4/5] Linking dependencies...
The command '/bin/sh -c yarn install --network-timeout 1000000' returned a non-zero code: 137
ERROR: Service 'teledrive' failed to build : Build failed

Well.. it is working for me, try docker compose build teledrive.

For the port opening follow the first step from this website: https://cleavr.io/cleavr-slice/opening-port-80-and-443-for-oracle-servers.