remove broken healthcheck
This commit is contained in:
@@ -15,11 +15,6 @@ services:
|
|||||||
- vocard
|
- vocard
|
||||||
expose:
|
expose:
|
||||||
- "2333"
|
- "2333"
|
||||||
healthcheck:
|
|
||||||
test: nc -z -v localhost 2333
|
|
||||||
interval: 10s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
|
|
||||||
spotify-tokener:
|
spotify-tokener:
|
||||||
image: ghcr.io/topi314/spotify-tokener:master
|
image: ghcr.io/topi314/spotify-tokener:master
|
||||||
@@ -31,11 +26,6 @@ services:
|
|||||||
- vocard
|
- vocard
|
||||||
ports:
|
ports:
|
||||||
- 49152:49152
|
- 49152:49152
|
||||||
healthcheck:
|
|
||||||
test: nc -z -v localhost 49152
|
|
||||||
interval: 10s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
|
|
||||||
vocard-db:
|
vocard-db:
|
||||||
container_name: vocard-db
|
container_name: vocard-db
|
||||||
|
|||||||
Reference in New Issue
Block a user