Changed the healthcheck target to flosifght inside container

This commit is contained in:
RanchiMall Dev 2023-01-05 09:48:18 +00:00
parent d84861da15
commit 8f3bd54fba

View File

@ -1,6 +1,6 @@
const fetch = (...args) => import('node-fetch').then(({ default: fetch }) => fetch(...args));
const URL = 'http://flosight.duckdns.org';
const URL = 'http://localhost:3001';
const checks = [];