You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using a web-app for the front end instead of using container so we have better control over container. We tried the original container but couldn't do what we needed.
Advantages:
HTTPS
Better network control
Mounting easier/changing mounts.
Env var easier to control
Endpoints
Image control easier
Don't have to tear down resource when making changes for most things.
If someone would help me I could probably figure out a terraform version, but we need to figure out to do the executers in Azure. We could use the same container method (No web app) for executers.
The text was updated successfully, but these errors were encountered:
We are using a web-app for the front end instead of using container so we have better control over container. We tried the original container but couldn't do what we needed.
Advantages: HTTPS Better network control Mounting easier/changing mounts. Env var easier to control Endpoints Image control easier Don't have to tear down resource when making changes for most things.
If someone would help me I could probably figure out a terraform version, but we need to figure out to do the executers in Azure. We could use the same container method (No web app) for executers.
I don't know if this helps but what I did was fork the main github, set up vscode to use dev containers & configured github actions to publush to my docker repo. This way, instead of pointing to the mage-ai/mage-ai docker image, you point to your-username/mage-ai which will contain the updated & customised docker container as intended for use by the mage-ai devs.
Just make sure you disable any github workflows you don't need.
We are using a web-app for the front end instead of using container so we have better control over container. We tried the original container but couldn't do what we needed.
Advantages:
HTTPS
Better network control
Mounting easier/changing mounts.
Env var easier to control
Endpoints
Image control easier
Don't have to tear down resource when making changes for most things.
https://azure.microsoft.com/en-us/products/app-service/web
If someone would help me I could probably figure out a terraform version, but we need to figure out to do the executers in Azure. We could use the same container method (No web app) for executers.
The text was updated successfully, but these errors were encountered: