Update config.json

This commit is contained in:
Alexandre
2022-01-12 20:23:35 +01:00
committed by GitHub
parent 86d59dbb93
commit 431b9ed6d8

View File

@@ -2,7 +2,10 @@
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "recipe manager",
"environment": {},
"environment": {
"DB_ENGINE": "django.db.backends.sqlite3",
"POSTGRES_DB": "/data/recipes.db"
},
"map": ["share:rw", "ssl:ro"],
"name": "Tandoor recipes",
"options": {