Update Mixpost to v1 (#1055)
* Update Mixpost to v1 * Update config.json
This commit is contained in:
parent
665c0b27ee
commit
58337acfb6
|
@ -5,7 +5,7 @@
|
||||||
"available": true,
|
"available": true,
|
||||||
"exposable": true,
|
"exposable": true,
|
||||||
"id": "mixpost-pro",
|
"id": "mixpost-pro",
|
||||||
"tipi_version": 7,
|
"tipi_version": 8,
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"categories": ["social", "utilities"],
|
"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.",
|
||||||
|
|
|
@ -6,7 +6,6 @@ services:
|
||||||
container_name: mixpost-pro
|
container_name: mixpost-pro
|
||||||
environment:
|
environment:
|
||||||
- APP_NAME=Mixpost
|
- APP_NAME=Mixpost
|
||||||
- MIXPOST_VERSION=^0.8
|
|
||||||
- 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