Update docker-compose.yaml
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ services:
|
|||||||
container_name: musix
|
container_name: musix
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
image: musix:0.0.1s
|
image: musix:0.0.1
|
||||||
build: /home/zoli/musix/musix/
|
build: /home/zoli/musix/musix/
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health/ping"]
|
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:8080/health/ping"]
|
||||||
|
|||||||
Reference in New Issue
Block a user