-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
Docker-compose.yml on Synology #61
Comments
The s3 endpoint The s3 endpoint is set using the Can you try this? |
Hello @espebra, db: |
That should be it, yes. In addition, that port (9000) needs to be exposed externally from the s3 container. |
thanks I try it but no result :-( I have this error for app: |
other info: |
Yes, that makes sense. You need to specify the external endpoint to S3 when specifying the S3 endpoint in Filebin. Note that archive downloads should work independent from this, since archive downloads are proxied via the Filebin app. I believe the issue is solved. Correct? |
No. this parameter S3_ENDPOINT don't work :-( |
I only use the docker compose file as it is in the repository, for local testing. In production I use the |
Can you please try to update the wait-for-s3.sh script so that it is using the external hostname for S3 as well? |
Hello, |
Hello, I successed in installation with Minio only. All it's ok from external I can upload file and share it with someone and it's possible for him to download it. services: volumes: |
The error message says that the (s3) endpoint URL can't be a fully qualified path. Can you try specifying |
i change only in filebin service. I have an other issue: |
another info if I change value of S3_ENDPOINT with storage:9000 and add entry for Minio service hostname:storage, I have in log: |
Hello,
I try to run docker-compose.yml on my synology. All it's ok on local.
With my domain name:
-App is ok
-Upload is ok
-Download is KO. Link is : https://storage:9000...
Someone can help me to solve this point :-)
Thank you
The text was updated successfully, but these errors were encountered: