Almost Free, keep pushing!
ENV FILES:
User-Management :
./prisma/.env :
DATABASE_URL="file:../DB/dev.db" NODE_ENV="production" PORT=3000 HOST="0.0.0.0"
API-GATEWAY:
./ :
JWT_SECRET="123123123123" NODE_ENV="production" PORT=3000
PROD_AUTH_URL="http://user-management:3000/auth" DEV_AUTH_URL="http://localhost:3000/auth"
PROD_USER_URL="http://user-management:3000/users" DEV_USER_URL="http://localhost:3000/users"
PROD_PROFILE_URL="http://user-management:3000/profiles" DEV_PROFILE_URL="http://localhost:3000/profiles"
PROD_FRIENDSHIP_URL="http://user-management:3000/friendships" DEV_FRIENDSHIP_URL="http://localhost:3000/friendships"