fix: failed to load pdf issue on self-host with docker

This commit is contained in:
prafull-opensignlabs
2024-09-02 19:31:38 +05:30
parent da053658e8
commit a765668354
+1 -1
View File
@@ -9,7 +9,7 @@ services:
env_file: .env.prod
environment:
- NODE_ENV=production
- SERVER_URL=${HOST_URL:-https://localhost:3001/app}
- SERVER_URL=${HOST_URL:-https://localhost:3001}/app
networks:
- app-network
mongo: