Update Mixpost Pro to 0.4 (#548)
This commit is contained in:
parent
a4681467d4
commit
7d0bce7542
|
@ -5,8 +5,8 @@
|
|||
"available": true,
|
||||
"exposable": true,
|
||||
"id": "mixpost-pro",
|
||||
"tipi_version": 1,
|
||||
"version": "latest",
|
||||
"tipi_version": 2,
|
||||
"version": "0.4",
|
||||
"categories": ["social"],
|
||||
"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. ",
|
||||
|
|
|
@ -6,7 +6,7 @@ services:
|
|||
container_name: mixpost-pro
|
||||
environment:
|
||||
- APP_NAME=Mixpost
|
||||
- MIXPOST_VERSION=^0.2
|
||||
- MIXPOST_VERSION=^0.4
|
||||
- LICENSE_KEY=${MIXPOST_LICENSE_KEY}
|
||||
- APP_KEY=${MIXPOST_APP_KEY}
|
||||
- APP_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}
|
||||
|
|
Loading…
Reference in New Issue
Block a user