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"
},
}
}
}
Content type
Image
Digest
sha256:218c6411c…
Size
335 MB
Last updated
almost 4 years ago
docker pull wanieru/jormun-sync