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
There are some use cases where some assets that are generated in one container need to be shared and mounted with a proxy container. In my specific use case, these are temporary files that can be generate upon load as it supports the backend UI.
There are some use cases where some assets that are generated in one container need to be shared and mounted with a proxy container. In my specific use case, these are temporary files that can be generate upon load as it supports the backend UI.
In this scenario, since Fargate does not support persistent volumes, it would make sense to allow ephemeral volume mounts on service. More documentation here: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/fargate-task-storage.html
Is this something you would be interested in supporting/allowing?
The text was updated successfully, but these errors were encountered: