Discussions
CORS error when trying to use Azure Storage PUT request from frontend application
I'm trying to do a PUT to azure with axios on React:
Access Redis service from the exterior
I need my redis service to be reachable by a redis-client not in my cluster.
Change mongodb default volume mapping
By default, the MongoDB image persists its database under a volume located at /data/db
. Any idea how I can change this via Medstack control? This is easy enough to configure in a docker-compose file, as represented below. With the following configuration, the MongoDB database gets stored under /mongodb/data
instead of /data/db
. I'd like to match this behavior in my MedStack cluster.
Minio gateway sas token
I'm wanting to use our app's Minio storage gateway to connect to the Azure blob storage however I cannot find a way to have Minio use the generated SAS token. Its wanting the storage account keys which aren't available.
Set up SFTP to transfer files in and out of the Docker environment
How can I setup FTP or SFTP or expose ports on nodes to make this happen?
Connect to a Redis container
How can I get my app service to communicate with my redis service?
I currently am setting the REDIS_URL
in my application to redis://host.docker.internal:6379/0
, but I can't seem to connect.
Host Wordpress Application
We'd like to migrate our wordpress application over to MedStack Control. How does that work?
Using object storage as a local filesystem
Is it possible to mount a blob as a folder on a container?