remove open ports

This commit is contained in:
Pim Kunis 2023-01-14 20:13:07 +01:00
parent 19e407ad0e
commit 38777936c5
2 changed files with 1 additions and 10 deletions

View file

@ -42,9 +42,6 @@ services:
healthcheck:
# prettier-ignore
test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1']
ports:
- '0.0.0.0:3000:3000'
- '[::]:3000:3000'
depends_on:
- db
- redis
@ -72,9 +69,6 @@ services:
healthcheck:
# prettier-ignore
test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1']
ports:
- '0.0.0.0:4000:4000'
- '[::]:4000:4000'
depends_on:
- db
- redis