Mastodon Healthcheck Fix (#804)
This commit is contained in:
parent
f637967ee5
commit
c3594c4022
|
@ -7,7 +7,7 @@
|
||||||
"force_expose": true,
|
"force_expose": true,
|
||||||
"generate_vapid_keys": true,
|
"generate_vapid_keys": true,
|
||||||
"id": "mastodon",
|
"id": "mastodon",
|
||||||
"tipi_version": 1,
|
"tipi_version": 2,
|
||||||
"version": "4.1.2",
|
"version": "4.1.2",
|
||||||
"categories": ["social"],
|
"categories": ["social"],
|
||||||
"description": "Your self-hosted, globally interconnected microblogging community",
|
"description": "Your self-hosted, globally interconnected microblogging community",
|
||||||
|
|
|
@ -79,7 +79,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- tipi_main_network
|
- tipi_main_network
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD', 'pg_isready', '-U', 'postgres']
|
test: ['CMD', 'pg_isready', '-U', 'tipi']
|
||||||
volumes:
|
volumes:
|
||||||
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
|
- ${APP_DATA_DIR}/data/postgres:/var/lib/postgresql/data
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user