chore(mixpost): update supported architecture

This commit is contained in:
Nicolas Meienberger 2023-03-28 23:15:56 +02:00
parent c85b5393fd
commit e3ccb6b014
2 changed files with 10 additions and 11 deletions

View File

@ -7,11 +7,12 @@
"id": "mixpost",
"tipi_version": 1,
"version": "v1.1.3",
"categories": ["social", "utilities"],
"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. ",
"author": "Inovector",
"source": "https://github.com/inovector/mixpost",
"source": "https://github.com/inovector/mixpost",
"supported_architectures": ["amd64"],
"form_fields": [
{
"type": "random",
@ -33,6 +34,5 @@
"max": 32,
"env_variable": "MIXPOST_APP_KEY"
}
]
}

View File

@ -1,4 +1,4 @@
version: "3.1"
version: '3.7'
services:
mixpost:
@ -44,9 +44,9 @@ services:
- MYSQL_PASSWORD=${MIXPOST_MYSQL_PASSWORD}
- MYSQL_DATABASE=mixpost
healthcheck:
test: ["CMD", "mysqladmin", "ping", "-p ${MIXPOST_MYSQL_PASSWORD}"]
retries: 3
timeout: 5s
test: ['CMD', 'mysqladmin', 'ping', '-p ${MIXPOST_MYSQL_PASSWORD}']
retries: 3
timeout: 5s
volumes:
- ${APP_DATA_DIR}/data/mysql:/var/lib/mysql
networks:
@ -58,9 +58,8 @@ services:
volumes:
- '${APP_DATA_DIR}/data/redis:/data'
healthcheck:
test: ["CMD", "redis-cli", "ping"]
retries: 3
timeout: 5s
test: ['CMD', 'redis-cli', 'ping']
retries: 3
timeout: 5s
networks:
- tipi_main_network