remove broken healthcheck

This commit is contained in:
2025-12-08 23:04:11 -04:00
parent 682820c978
commit 3c41f463eb

View File

@@ -15,11 +15,6 @@ services:
- vocard
expose:
- "2333"
healthcheck:
test: nc -z -v localhost 2333
interval: 10s
timeout: 5s
retries: 5
spotify-tokener:
image: ghcr.io/topi314/spotify-tokener:master
@@ -31,11 +26,6 @@ services:
- vocard
ports:
- 49152:49152
healthcheck:
test: nc -z -v localhost 49152
interval: 10s
timeout: 5s
retries: 5
vocard-db:
container_name: vocard-db