adding mastodon

This commit is contained in:
msnie
2025-01-31 11:57:28 +01:00
parent 864aabcb39
commit 8f2ceaeb3b
+2 -2
View File
@@ -39,7 +39,7 @@ services:
- internal_network
healthcheck:
# prettier-ignore
test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3344/health || exit 1']
test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1']
depends_on:
- db
- redis
@@ -66,7 +66,7 @@ services:
- internal_network
healthcheck:
# prettier-ignore
test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4433/api/v1/streaming/health || exit 1']
test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1']
depends_on:
- db
- redis