tarampampam / laravel-roadrunner-in-docker

:rocket: An example of Laravel app that runs in a docker container with RoadRunner
MIT License
178 stars 35 forks source link

define domain #278

Closed vahidalvandi closed 10 months ago

vahidalvandi commented 1 year ago

Please indicate how the domain should be defined

tarampampam commented 1 year ago

Could you describe your problem first, please?

vahidalvandi commented 1 year ago

Could you describe your problem first, please?

I did not see a place for domain settings, something that exists in ngnix, for example

tarampampam commented 1 year ago

Usually, in front of the app, something like nginx or traefik is used, which routes the traffic "domain <=> internal app IP". So, you want to expose the app to the external net without any proxy?

vahidalvandi commented 1 year ago

i want to expose app in domain.com

On Wed, Jul 26, 2023 at 11:02 AM Pаramtamtām @.***> wrote:

Usually, in front of the app, something like nginx or traefik is used, which routes the traffic "domain <=> internal app IP". So, you want to expose the app to the external net without any proxy?

— Reply to this email directly, view it on GitHub https://github.com/tarampampam/laravel-roadrunner-in-docker/issues/278#issuecomment-1651137318, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4BZB5PTQSBV2O4ZWWZOVTXSDBZBANCNFSM6AAAAAA2X7O3D4 . You are receiving this because you authored the thread.Message ID: @.*** com>

vahidalvandi commented 11 months ago

I think web server like nginx ?