Sign inSign up

wanieru/jormun-sync

By wanieru

Updated almost 4 years ago

Sync server for the Jormun SDK

Image
0

2.6K

wanieru/jormun-sync repository overview

Jormun SDK: https://github.com/wanieru/jormun-sdk

docker-compose.yml:

{
  "version": "3",
  "services": {
    "jormun-sync": {
      "restart" : "always",
      "image": "wanieru/jormun-sync:latest",
      "ports": [
        "5000:5000"
      ],
      "volumes":[
        "./database:/app/data"
      ],
      "environment": {
        "ALLOW_OPEN_SIGNUP": "false",
        "OPEN_SIGNUP_SIZE": "5"
      },
    }
  }
}

Tag summary

Content type

Image

Digest

sha256:218c6411c

Size

335 MB

Last updated

almost 4 years ago

docker pull wanieru/jormun-sync