How do I find my container’s internal URL? From the guide I was following, if I were using nginx it would be appserver_<service>.<app>.internal but If I change my proxy config to apache instead of appserver it says apache is not part of my app.
The appserver is available internally as appserver if I recall correctly.
But that’s not needed. Lando will automatically connect everything together correctly. I am guessing your issue has to do with the custom appserver domain. It’s recommended you use the stock address of project.lndo.site, which in your case would be peticov.lndo.site and remove proxy: appserver: - peticov.art
You also want to remove services from under theme it’s redundant.
docs.lando.dev/guides/updating-to-rc2.html#internal-service-name-changes
says “The names of these services will be the same as before except they will now be prefixed by the service that generated them. For example if you have a php service using nginx and it is named appserver then Lando will spin up an internal nginx service called appserver_nginx.”