network
This commit is contained in:
@@ -70,6 +70,8 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
# Uploaded files — persists across restarts
|
# Uploaded files — persists across restarts
|
||||||
- ./uploads:/app/uploads
|
- ./uploads:/app/uploads
|
||||||
|
networks:
|
||||||
|
- bizmatch # <-- NEU
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "wget -qO- http://localhost:3000/api/health | grep -q '\"status\":\"ok\"'"]
|
test: ["CMD-SHELL", "wget -qO- http://localhost:3000/api/health | grep -q '\"status\":\"ok\"'"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|||||||
Reference in New Issue
Block a user