Update Mixpost Pro to 0.7 (#658)

This commit is contained in:
DrMxrcy 2023-06-05 11:02:37 -04:00 committed by GitHub
parent d7384f1f68
commit 5ce7590b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
"available": true, "available": true,
"exposable": true, "exposable": true,
"id": "mixpost-pro", "id": "mixpost-pro",
"tipi_version": 4, "tipi_version": 5,
"version": "0.6", "version": "0.7",
"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.",
"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. ",

View File

@ -6,7 +6,7 @@ services:
container_name: mixpost-pro container_name: mixpost-pro
environment: environment:
- APP_NAME=Mixpost - APP_NAME=Mixpost
- MIXPOST_VERSION=^0.6 - MIXPOST_VERSION=^0.7
- 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}