Discussions
Does MedStack Control support MongoDB?
We're migrating to MedStack Control and need to bring our MongoDB, but I don't see it as type of database when creating a database server in my cluster. How can I run MongoDB in a MedStack Control environment?
Posted by Marcus Polini over 2 years ago
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
Posted by Dom Bavetta over 1 year ago
Cannot pull images from Docker Hub registry
After adding registry credentials in Docker, when I try and pull an image down as a service deploys, the container fails to start stating that "no image was found" in my registry.
Posted by Marcus Polini about 2 years ago
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 ??
Posted by RL over 1 year ago
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?
Posted by Marcus Polini over 1 year ago
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.
Posted by RL about 1 year ago
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.
Posted by Marcus Polini over 1 year ago
On Medstack - Where are Backups stored? And how are backups eventually destroyed?
Where are Backups stored? And how are backups eventually destroyed?
Posted by Jacob C almost 2 years ago
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?
Posted by Marcus Polini almost 2 years ago
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?
Posted by Mayuresh Goyal 12 months ago