Skip to content

Instantly share code, notes, and snippets.

@YogaSakti
Created March 8, 2022 10:30
Show Gist options
  • Save YogaSakti/bbea2ecec80d8d6ebb7df62b7747de2b to your computer and use it in GitHub Desktop.
Save YogaSakti/bbea2ecec80d8d6ebb7df62b7747de2b to your computer and use it in GitHub Desktop.
---
version: "2.0"
services:
mongo:
image: mongo:latest
expose:
- port: 27017
to:
- global: true
env:
- MONGO_INITDB_ROOT_USERNAME=root
- MONGO_INITDB_ROOT_PASSWORD=toor
profiles:
compute:
mongo:
resources:
cpu:
units: 4.0
memory:
size: 2Gi
storage:
size: 5Gi
placement:
akash:
attributes:
host: akash
pricing:
mongo:
denom: uakt
amount: 100
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