Discussions

Ask a Question
ANSWERED
ANSWERED

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. ``` mongo: container_name: mongo-server image: mongo environment: MONGO_INITDB_ROOT_USERNAME: **** MONGO_INITDB_ROOT_PASSWORD: **** volumes: - /mongodb/data:/data/db ports: - 27017:27017 ``` References: https://www.mongodb.com/compatibility/docker https://hub.docker.com/_/mongo
ANSWERED
ANSWERED

Performance Statistics

Is there any way to access Docker nodes, services container performance metrics like CPU & memory utilization, storage consumption, or I/O other than though the dashboard ??
ANSWERED

Creating IP address access rules to webapp

We're familiar with using Cloudflare as a proxy to apply IP address access rules to webapps. How can I do this on MedStack Control?
ANSWERED

Deleted Data

How does Medstack ensure that deleted data is in fact deleted by the underlying cloud provider is there a time interval after which this occurs.
ANSWERED

Hosting static files on MedStack Control's storage service

Should we move all our static files (HTML, JS, CSS, etc) to MedStack Control? We currently host static assets on our S3 bucket.
ANSWERED

On Medstack - Where are Backups stored? And how are backups eventually destroyed?

Where are Backups stored? And how are backups eventually destroyed?
ANSWERED

Using serverless functions like AWS Lambda

We use Lambda for some application logic in our stack. From a compliance perspective with the guarantees of MedStack Control, is this okay?
ANSWERED

Backup Recovery Concerns

So there are 3 main concerns - How does my MedStack account handle backup/restore? Does my account have disaster recovery? Do you handle restore requests on weekends and how long does it take to restore? Is there a way I can get a file manager on my account?