Mastodon Healthcheck Fix (#804)
This commit is contained in:
parent
f637967ee5
commit
c3594c4022
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user