Mastodon Healthcheck Fix (#804)

This commit is contained in:
DrMxrcy 2023-07-04 12:26:01 -04:00 committed by GitHub
parent f637967ee5
commit c3594c4022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
"force_expose": true,
"generate_vapid_keys": true,
"id": "mastodon",
"tipi_version": 1,
"tipi_version": 2,
"version": "4.1.2",
"categories": ["social"],
"description": "Your self-hosted, globally interconnected microblogging community",

View File

@ -79,7 +79,7 @@ services:
networks:
- tipi_main_network
healthcheck:
test: ['CMD', 'pg_isready', '-U', 'postgres']
test: ['CMD', 'pg_isready', '-U', 'tipi']
volumes:
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
@ -93,4 +93,4 @@ services:
healthcheck:
test: ['CMD', 'redis-cli', 'ping']
volumes:
- ${APP_DATA_DIR}/data/redis:/data
- ${APP_DATA_DIR}/data/redis:/data