chore(deps): update ghostfolio/ghostfolio docker tag to v1.301.0 (#1026)
This commit is contained in:
parent
560d24f633
commit
ff8329ce5d
|
|
@ -1,45 +1,47 @@
|
||||||
{
|
{
|
||||||
"$schema": "../schema.json",
|
"$schema": "../schema.json",
|
||||||
"name": "Ghostfolio",
|
"name": "Ghostfolio",
|
||||||
"port": 3333,
|
"port": 3333,
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "ghostfolio",
|
"id": "ghostfolio",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "1.300.0",
|
"version": "1.301.0",
|
||||||
"categories": ["finance"],
|
"categories": [
|
||||||
"description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
|
"finance"
|
||||||
"short_desc": "Open Source Wealth Management Software.",
|
],
|
||||||
"author": "dtslvr",
|
"description": "Ghostfolio is a privacy-first, open source dashboard for your personal finances.",
|
||||||
"source": "https://github.com/ghostfolio/ghostfolio",
|
"short_desc": "Open Source Wealth Management Software.",
|
||||||
"form_fields": [
|
"author": "dtslvr",
|
||||||
{
|
"source": "https://github.com/ghostfolio/ghostfolio",
|
||||||
"type": "random",
|
"form_fields": [
|
||||||
"min": 32,
|
{
|
||||||
"max": 32,
|
"type": "random",
|
||||||
"label": "Access token salt",
|
"min": 32,
|
||||||
"env_variable": "GHOSTFOLIO_ACCESS_TOKEN_SALT"
|
"max": 32,
|
||||||
},
|
"label": "Access token salt",
|
||||||
{
|
"env_variable": "GHOSTFOLIO_ACCESS_TOKEN_SALT"
|
||||||
"type": "random",
|
},
|
||||||
"min": 32,
|
{
|
||||||
"max": 32,
|
"type": "random",
|
||||||
"label": "JSON Web Tokens secret key",
|
"min": 32,
|
||||||
"env_variable": "GHOSTFOLIO_JWT_SECRET_KEY"
|
"max": 32,
|
||||||
},
|
"label": "JSON Web Tokens secret key",
|
||||||
{
|
"env_variable": "GHOSTFOLIO_JWT_SECRET_KEY"
|
||||||
"type": "random",
|
},
|
||||||
"min": 32,
|
{
|
||||||
"max": 32,
|
"type": "random",
|
||||||
"label": "Database password",
|
"min": 32,
|
||||||
"env_variable": "GHOSTFOLIO_DB_PASSWORD"
|
"max": 32,
|
||||||
},
|
"label": "Database password",
|
||||||
{
|
"env_variable": "GHOSTFOLIO_DB_PASSWORD"
|
||||||
"type": "random",
|
},
|
||||||
"min": 32,
|
{
|
||||||
"max": 32,
|
"type": "random",
|
||||||
"label": "Redis password",
|
"min": 32,
|
||||||
"env_variable": "GHOSTFOLIO_REDIS_PASSWORD"
|
"max": 32,
|
||||||
}
|
"label": "Redis password",
|
||||||
]
|
"env_variable": "GHOSTFOLIO_REDIS_PASSWORD"
|
||||||
}
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ version: "3.9"
|
||||||
services:
|
services:
|
||||||
ghostfolio:
|
ghostfolio:
|
||||||
container_name: ghostfolio
|
container_name: ghostfolio
|
||||||
image: ghostfolio/ghostfolio:1.300.0
|
image: ghostfolio/ghostfolio:1.301.0
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:3333
|
- ${APP_PORT}:3333
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user