update server route in docker compose file

This commit is contained in:
prafull-opensignlabs
2025-03-21 17:48:22 +05:30
committed by GitHub
parent 9658761ede
commit ad165914c1
+2 -1
View File
@@ -11,7 +11,8 @@ services:
env_file: .env.prod
environment:
- NODE_ENV=production
- SERVER_URL=${HOST_URL:-https://localhost:3001}/app
- SERVER_URL=${HOST_URL:-https://localhost:3001}/api/app
- PUBLIC_URL=${HOST_URL:-https://localhost:3001}
networks:
- app-network
mongo: