GenerAI / worldmonitor /docker /docker-entrypoint.sh
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 2)
5d3c01b verified
Raw
History Blame Contribute Delete
197 Bytes
#!/bin/sh
set -e
export API_UPSTREAM="${API_UPSTREAM:-https://api.worldmonitor.app}"
envsubst '${API_UPSTREAM}' < /etc/nginx/nginx.conf.template > /etc/nginx/nginx.conf
exec nginx -g "daemon off;"