Check if the API is communicating with the Graph
If it's Graph + TR-069 on the same server
3. If it's not, add the line API_URL=http://made4graph-web:8080 and upload the containers again
docker-compose -f docker-compose.production.tr-069.yml up -d
4. After climbing, enter the container
docker exec -it made4graph-genieacs-cwmp-1 bash
5. Run this command:
node /opt/genieacs/ext/provisionamento.js
6. If this message appears, it is because there is correct communication between GenieACS and Graph
If it's Graph on one server and TR-069 on another server
4. If it's not, add this line and upload the containers again
docker-compose -f docker-compose.production.tr-069.yml up -d
4. After climbing, enter the container
docker exec -it made4graph-genieacs-cwmp-1 bash
5. Run this command:
node /opt/genieacs/ext/provisionamento.js
6. If this message appears, it is because there is correct communication between GenieACS and Graph