Update Mixpost Pro to 0.6 (#584)
This commit is contained in:
parent
cc5f9e27f0
commit
546f111882
|
@ -5,9 +5,9 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "mixpost-pro",
|
"id": "mixpost-pro",
|
||||||
"tipi_version": 3,
|
"tipi_version": 4,
|
||||||
"version": "0.5",
|
"version": "0.6",
|
||||||
"categories": ["social"],
|
"categories": ["social", "utilities"],
|
||||||
"description": "Mixpost it's the coolest Self-hosted social media management software.",
|
"description": "Mixpost it's the coolest Self-hosted social media management software.",
|
||||||
"short_desc": "Self-hosted social media management. Schedule and organize your social content. ",
|
"short_desc": "Self-hosted social media management. Schedule and organize your social content. ",
|
||||||
"author": "Inovector",
|
"author": "Inovector",
|
||||||
|
|
|
@ -6,7 +6,7 @@ services:
|
||||||
container_name: mixpost-pro
|
container_name: mixpost-pro
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=Mixpost
|
- APP_NAME=Mixpost
|
||||||
- MIXPOST_VERSION=^0.5
|
- MIXPOST_VERSION=^0.6
|
||||||
- LICENSE_KEY=${MIXPOST_LICENSE_KEY}
|
- LICENSE_KEY=${MIXPOST_LICENSE_KEY}
|
||||||
- APP_KEY=${MIXPOST_APP_KEY}
|
- APP_KEY=${MIXPOST_APP_KEY}
|
||||||
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user