adding mastodon
This commit is contained in:
@@ -43,7 +43,7 @@ services:
|
||||
- internal_network
|
||||
healthcheck:
|
||||
# prettier-ignore
|
||||
test: ['CMD-SHELL', 'wget -q --spider --proxy=off web:3344/health || exit 1']
|
||||
test: ['CMD-SHELL', 'wget -q --spider --proxy=off 127.0.0.1:3000/health || exit 1']
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
@@ -73,7 +73,7 @@ services:
|
||||
- internal_network
|
||||
healthcheck:
|
||||
# prettier-ignore
|
||||
test: ['CMD-SHELL', 'wget -q --spider --proxy=off streaming:4433/api/v1/streaming/health || exit 1']
|
||||
test: ['CMD-SHELL', 'wget -q --spider --proxy=off 127.0.0.1:4000/api/v1/streaming/health || exit 1']
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
|
||||
Reference in New Issue
Block a user