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