Discussions
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 almost 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 about 2 years ago
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.
Posted by Marcus Polini over 2 years ago
How do I delete old invitations for users
There is an old invitation for a user that I want to delete. But my only option is to "Resend". I don't want to do that.
Posted by Bruce Matichuk over 2 years ago
Deploying Mirth Connect
Is it possible to run Mirth Connect on MedStack Control?
Posted by Marcus Polini over 2 years 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 2 years 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 2 years ago
Get storage account primary and secondary key
Is there a way to get the primary and secondary key when generate the storage account?
Posted by Ricardo Fuentes over 2 years ago
Running a service that isn't bound by a task/job
Hi team,
I'm hoping to run a centOS (or similar) service that isn't executing any job for the purpose of sandboxing. Is this possible?
Posted by Adam Sweeney over 2 years 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 over 2 years ago