Replies: 2 comments 3 replies
-
Hi @DIOHz0r - what are you using for local development (and what CMS?) Our newest drupal-example-simple projects are all wired for Lando (although this has not been extensively tested for non-Drupal yet - and doesn't support node/python for example) - but it does work with php-based projects - I can find some examples if needed - we're collecting our examples at https://github.com/uselagoon/lagoon-examples Otherwise, we recommend pygmy or it's successor pygmy-go - which both create *.docker.amazee.io routes for local projects. |
Beta Was this translation helpful? Give feedback.
-
I'd give: proxy:
nginx:
- dev-service.myrealdomain.com a try; followed by a |
Beta Was this translation helpful? Give feedback.
-
Hello,
I need a local URL that redirects to my local Amazee environment, I tried with routes but it doesn't work. I use Lando and I have the option called proxy (https://docs.lando.dev/config/proxy.html#automatic-port-assignment) to catch the URL request and send it to the local develop appserver.
Is there something similar for the .lagoon.yml or docker-compose file?
Beta Was this translation helpful? Give feedback.
All reactions