chore(mixpost): update supported architecture
This commit is contained in:
parent
c85b5393fd
commit
e3ccb6b014
|
@ -7,11 +7,12 @@
|
||||||
"id": "mixpost",
|
"id": "mixpost",
|
||||||
"tipi_version": 1,
|
"tipi_version": 1,
|
||||||
"version": "v1.1.3",
|
"version": "v1.1.3",
|
||||||
"categories": ["social", "utilities"],
|
"categories": ["social"],
|
||||||
"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",
|
||||||
"source": "https://github.com/inovector/mixpost",
|
"source": "https://github.com/inovector/mixpost",
|
||||||
|
"supported_architectures": ["amd64"],
|
||||||
"form_fields": [
|
"form_fields": [
|
||||||
{
|
{
|
||||||
"type": "random",
|
"type": "random",
|
||||||
|
@ -33,6 +34,5 @@
|
||||||
"max": 32,
|
"max": 32,
|
||||||
"env_variable": "MIXPOST_APP_KEY"
|
"env_variable": "MIXPOST_APP_KEY"
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version: "3.1"
|
version: '3.7'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
mixpost:
|
mixpost:
|
||||||
|
@ -44,9 +44,9 @@ services:
|
||||||
- MYSQL_PASSWORD=${MIXPOST_MYSQL_PASSWORD}
|
- MYSQL_PASSWORD=${MIXPOST_MYSQL_PASSWORD}
|
||||||
- MYSQL_DATABASE=mixpost
|
- MYSQL_DATABASE=mixpost
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "mysqladmin", "ping", "-p ${MIXPOST_MYSQL_PASSWORD}"]
|
test: ['CMD', 'mysqladmin', 'ping', '-p ${MIXPOST_MYSQL_PASSWORD}']
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/mysql:/var/lib/mysql
|
- ${APP_DATA_DIR}/data/mysql:/var/lib/mysql
|
||||||
networks:
|
networks:
|
||||||
|
@ -58,9 +58,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- '${APP_DATA_DIR}/data/redis:/data'
|
- '${APP_DATA_DIR}/data/redis:/data'
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "redis-cli", "ping"]
|
test: ['CMD', 'redis-cli', 'ping']
|
||||||
retries: 3
|
retries: 3
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user