mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update config.json
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
"environment": {
|
||||
"OPENPROJECT_SECRET_KEY_BASE": "addon_secret",
|
||||
"OPENPROJECT_EDITION": "bim",
|
||||
"PGDATA": "/config/pg",
|
||||
"APP_DATA_PATH": "/config/assets",
|
||||
"OPENPROJECT_ATTACHMENTS__STORAGE__PATH": "/config/assets/files"
|
||||
"PGDATA": "/data/pg",
|
||||
"APP_DATA_PATH": "/data/assets",
|
||||
"OPENPROJECT_ATTACHMENTS__STORAGE__PATH": "/data/assets/files"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||
"init": false,
|
||||
|
||||
Reference in New Issue
Block a user