Skip to content
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

Documentation on how to tie in private composer package repository #263

Open
RedUhl opened this issue Feb 6, 2024 · 1 comment
Open
Assignees

Comments

@RedUhl
Copy link

RedUhl commented Feb 6, 2024

I'm trying to add the settings to allow composer in the webserver to call out to a private php package repo. The problem that I'm having is that all the documentation I have found references the Dockerfile. Unfortunately I don't see that in setup / configs.

Is your feature request related to a problem? Please describe.
No, but this is not a bug either, its just my lack of knowledge.

Describe the solution you'd like
I'd like to know how to tell the container to refer to my ssh keys or know where to specifically place the keys to access my gitea server.

Describe alternatives you've considered
I'd be happy if you simply pointed me any documentation that I failed to find using google.

Additional context
I am a rank Noob with docker. I love what you have and got it to work. I just need to get composer to pull the proprietary packages. I have docker desktop running on a Mac.

@mgrechanik
Copy link

mgrechanik commented Feb 20, 2024

You need to look for webserver image to /bin/ folder.
Are you trying just to pass ssh keys to webserver container?
It would be good to see working recipe if you succeded. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants