Skip to content

Instantly share code, notes, and snippets.

@ericet
Last active March 15, 2022 16:40
Show Gist options
  • Save ericet/c312d5fe8ea4ad204155ff39d3d8a700 to your computer and use it in GitHub Desktop.
Save ericet/c312d5fe8ea4ad204155ff39d3d8a700 to your computer and use it in GitHub Desktop.
mongodb.yaml
---
version: "2.0"
services:
mongo:
image: mongo:latest
params:
storage:
data:
mount: /var/lib/mongodb
expose:
- port: 27017
to:
- global: true
env:
- MONGO_INITDB_ROOT_USERNAME=root
- MONGO_INITDB_ROOT_PASSWORD=rootpassword
profiles:
compute:
mongo:
resources:
cpu:
units: 0.2
memory:
size: 256Mi
storage:
- size: 1Gi
- name: data
size: 1Gi
attributes:
persistent: true
class: beta2
placement:
akash:
pricing:
mongo:
denom: uakt
amount: 1000.1
deployment:
mongo:
akash:
profile: mongo
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment